mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-19 00:26:34 +08:00
Added DescribeOptions
This commit is contained in:
8
types/nodegit/describe-options.d.ts
vendored
Normal file
8
types/nodegit/describe-options.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export class DescribeOptions {
|
||||
version: number;
|
||||
maxCandidatesTags: number;
|
||||
describeStrategy: number;
|
||||
pattern: string;
|
||||
onlyFollowFirstParent: number;
|
||||
showCommitOidAsFallback: number;
|
||||
}
|
||||
1
types/nodegit/index.d.ts
vendored
1
types/nodegit/index.d.ts
vendored
@@ -10,6 +10,7 @@ export { CheckoutOptions } from './checkout-options';
|
||||
export { Commit } from './commit';
|
||||
export { Config } from './config';
|
||||
export { ConvenientPatch } from './convenient-patch';
|
||||
export { DescribeOptions } from './describe-options';
|
||||
export { DiffBinaryFile } from './diff-binary-file';
|
||||
export { DiffBinary } from './diff-binary';
|
||||
export { DiffDelta } from './diff-delta';
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
"commit.d.ts",
|
||||
"config.d.ts",
|
||||
"convenient-patch.d.ts",
|
||||
"describe-options.d.ts",
|
||||
"diff-binary-file.d.ts",
|
||||
"diff-binary.d.ts",
|
||||
"diff-delta.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user