mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Added namespace for Hashsig
This commit is contained in:
9
types/nodegit/hash-sig.d.ts
vendored
9
types/nodegit/hash-sig.d.ts
vendored
@@ -1,3 +1,12 @@
|
||||
export namespace Hashsig {
|
||||
enum OPTION {
|
||||
NORMAL = 0,
|
||||
IGNORE_WHITESPACE = 1,
|
||||
SMART_WHITESPACE = 2,
|
||||
ALLOW_SMALL_FILES = 4
|
||||
}
|
||||
}
|
||||
|
||||
export class Hashsig {
|
||||
static create(buf: string, buflen: number, opts: number): Promise<Hashsig>;
|
||||
static createFromFile(path: string, opts: number): Promise<Hashsig>;
|
||||
|
||||
Reference in New Issue
Block a user