mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-29 01:34:26 +00:00
Made enums all constants
This commit is contained in:
2
types/nodegit/diff-binary.d.ts
vendored
2
types/nodegit/diff-binary.d.ts
vendored
@@ -1,7 +1,7 @@
|
||||
import { DiffBinaryFile } from './diff-binary-file';
|
||||
|
||||
export namespace DiffBinary {
|
||||
enum DIFF_BINARY {
|
||||
const enum DIFF_BINARY {
|
||||
NONE = 0,
|
||||
LITERAL = 1,
|
||||
DELTA = 2
|
||||
|
||||
Reference in New Issue
Block a user