mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-27 06:22:55 +08:00
Made enums all constants
This commit is contained in:
2
types/nodegit/lib-git2.d.ts
vendored
2
types/nodegit/lib-git2.d.ts
vendored
@@ -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