mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-04 20:54:36 +00:00
Added Push
This commit is contained in:
1
types/nodegit/index.d.ts
vendored
1
types/nodegit/index.d.ts
vendored
@@ -27,6 +27,7 @@ export { Odb } from './odb';
|
||||
export { Oidarray } from './oid-array';
|
||||
export { Oid } from './oid';
|
||||
export { PushOptions } from './push-options';
|
||||
export { Push } from './push';
|
||||
export { RebaseOperation } from './rebase-operation';
|
||||
export { Rebase, RebaseOptions } from './rebase';
|
||||
export { Refdb } from './ref-db';
|
||||
|
||||
6
types/nodegit/push.d.ts
vendored
Normal file
6
types/nodegit/push.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { RemoteCallbacks } from './remote-callbacks';
|
||||
import { PushOptions } from './push-options';
|
||||
|
||||
export class Push {
|
||||
static initOptions(opts: PushOptions, version: number): number;
|
||||
}
|
||||
@@ -41,6 +41,7 @@
|
||||
"oid-array.d.ts",
|
||||
"oid.d.ts",
|
||||
"push-options.d.ts",
|
||||
"push.d.ts",
|
||||
"rebase-operation.d.ts",
|
||||
"rebase.d.ts",
|
||||
"ref-db.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user