mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Made enums all constants
This commit is contained in:
2
types/nodegit/pack-builder.d.ts
vendored
2
types/nodegit/pack-builder.d.ts
vendored
@@ -3,7 +3,7 @@ import { Oid } from './oid';
|
||||
import { Revwalk } from './rev-walk';
|
||||
|
||||
export namespace Packbuilder {
|
||||
enum STAGE {
|
||||
const enum STAGE {
|
||||
ADDING_OBJECTS = 0,
|
||||
DELTAFICATION = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user