mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Made enums all constants
This commit is contained in:
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
||||
export namespace Libgit2 {
|
||||
enum OPT {
|
||||
const enum OPT {
|
||||
GET_MWINDOW_SIZE = 0,
|
||||
SET_MWINDOW_SIZE = 1,
|
||||
GET_MWINDOW_MAPPED_LIMIT = 2,
|
||||
|
||||
Reference in New Issue
Block a user