mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Added proxy
This commit is contained in:
parent
e9fbe7110a
commit
a38a576c6e
1
types/nodegit/index.d.ts
vendored
1
types/nodegit/index.d.ts
vendored
@ -67,6 +67,7 @@ export { Openssl } from './open-ssl';
|
||||
export { Packbuilder } from './pack-builder';
|
||||
export { Pathspec } from './path-spec';
|
||||
export { ProxyOptions } from './proxy-options';
|
||||
export { Proxy } from './proxy';
|
||||
export { PushOptions } from './push-options';
|
||||
export { PushUpdate } from './push-update';
|
||||
export { Push } from './push';
|
||||
|
||||
5
types/nodegit/proxy.d.ts
vendored
Normal file
5
types/nodegit/proxy.d.ts
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
import { ProxyOptions } from './proxy-options';
|
||||
|
||||
export class Proxy {
|
||||
static initOptions(opts: ProxyOptions, version: number): number;
|
||||
}
|
||||
@ -81,6 +81,7 @@
|
||||
"pack-builder.d.ts",
|
||||
"path-spec.d.ts",
|
||||
"proxy-options.d.ts",
|
||||
"proxy.d.ts",
|
||||
"push-options.d.ts",
|
||||
"push-update.d.ts",
|
||||
"push.d.ts",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user