mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Added Fetch
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
import { FetchOptions } from './fetch-options';
|
||||
|
||||
export namespace Fetch {
|
||||
enum PRUNE {
|
||||
GIT_FETCH_PRUNE_UNSPECIFIED = 0,
|
||||
GIT_FETCH_PRUNE = 1,
|
||||
GIT_FETCH_NO_PRUNE = 2
|
||||
}
|
||||
}
|
||||
|
||||
export class Fetch {
|
||||
static initOptions(opts: FetchOptions, version: number): number;
|
||||
}
|
||||
Reference in New Issue
Block a user