UNPKG

5.22 kBTypeScriptView Raw
1// Type definitions for nodegit 0.27
2// Project: https://github.com/nodegit/nodegit, http://nodegit.org
3// Definitions by: Dolan Miu <https://github.com/dolanmiu>,
4// Tobias Nießen <https://github.com/tniessen>,
5// Pierre Vigier <https://github.com/pvigier>
6// Jibril Saffi <https://github.com/IGI-111>
7// Benjamin Schuster-Boeckler <https://github.com/DaGaMs>
8// Julien Chaumond <https://github.com/julien-c>
9// Jake Murzy <https://github.com/jmurzy>
10// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
11
12export { AnnotatedCommit } from './annotated-commit';
13export { Apply } from './apply';
14export { ApplyOptions } from './apply-options';
15export { Attr } from './attr';
16export { BlameHunk } from './blame-hunk';
17export { BlameOptions } from './blame-options';
18export { Blame } from './blame';
19export { Blob } from './blob';
20export { Branch } from './branch';
21export { Buf } from './buf';
22export { CertHostkey } from './cert-host-key';
23export { CertX509 } from './cert-x509';
24export { Cert } from './cert';
25export { CheckoutOptions } from './checkout-options';
26export { Checkout } from './checkout';
27export { CherrypickOptions } from './cherry-pick-options';
28export { Cherrypick } from './cherry-pick';
29export { CloneOptions } from './clone-options';
30export { Clone } from './clone';
31export { Commit } from './commit';
32export { Config } from './config';
33export { ConvenientHunk } from './convenient-hunk';
34export { ConvenientPatch } from './convenient-patch';
35export { CredUserpassPayload } from './cred-user-pass-payload';
36export { CredUsername } from './cred-username';
37export { Cred } from './cred';
38export { CvarMap } from './cvar-map';
39export { DescribeFormatOptions } from './describe-format-options';
40export { DescribeOptions } from './describe-options';
41export { DiffBinaryFile } from './diff-binary-file';
42export { DiffBinary } from './diff-binary';
43export { DiffDelta } from './diff-delta';
44export { DiffFile } from './diff-file';
45export { DiffLine } from './diff-line';
46export { DiffOptions } from './diff-options';
47export { DiffPerfdata } from './diff-perf-data';
48export { DiffStats } from './diff-stats';
49export { Diff, DiffFindOptions } from './diff';
50export { Enums } from './enums';
51export { Error } from './error';
52export { FetchOptions } from './fetch-options';
53export { Fetch } from './fetch';
54export { Filter } from './filter';
55export { Giterr } from './git-err';
56export { Graph } from './graph';
57export { Hashsig } from './hash-sig';
58export { Index } from './index_';
59export { IndexEntry } from './index-entry';
60export { Ignore } from './ignore';
61export { Indexer } from './indexer';
62export { Libgit2 } from './lib-git2';
63export { MergeFileInput } from './merge-file-input';
64export { MergeFileOptions } from './merge-file-options';
65export { MergeFileResult } from './merge-file-result';
66export { MergeOptions } from './merge-options';
67export { Merge } from './merge';
68export { Note } from './note';
69export { Object } from './object';
70export { OdbExpandId } from './odb-expand-id';
71export { OdbObject } from './odb-object';
72export { Odb } from './odb';
73export { Oidarray } from './oid-array';
74export { Oid } from './oid';
75export { Openssl } from './open-ssl';
76export { Packbuilder } from './pack-builder';
77export { Pathspec } from './path-spec';
78export { ProxyOptions } from './proxy-options';
79export { Proxy } from './proxy';
80export { PushOptions } from './push-options';
81export { PushUpdate } from './push-update';
82export { Push } from './push';
83export { RebaseOperation } from './rebase-operation';
84export { Rebase, RebaseOptions } from './rebase';
85export { Refdb } from './ref-db';
86export { Reflog, ReflogEntry } from './ref-log';
87export { Refspec } from './ref-spec';
88export { Reference } from './reference';
89export { RemoteCallbacks } from './remote-callbacks';
90export { Remote } from './remote';
91export { Repository, RepositoryInitOptions } from './repository';
92export { Reset } from './reset';
93export { Revparse } from './rev-parse';
94export { Revwalk } from './rev-walk';
95export { Revert } from './revert';
96export { Signature } from './signature';
97export { Stash } from './stash';
98export { StatusEntry } from './status-entry';
99export { StatusFileOptions } from './status-file-options';
100export { StatusFile } from './status-file';
101export { StatusList } from './status-list';
102export { StatusOptions } from './status-options';
103export { Status } from './status';
104export { Strarray } from './str-array';
105export { SubmoduleUpdateOptions } from './submodule-update-options';
106export { Submodule } from './submodule';
107export { Tag } from './tag';
108export { Time } from './time';
109export { TransferProgress } from './transfer-progress';
110export { Transport } from './transport';
111export { Treebuilder } from './tree-builder';
112export { TreeEntry } from './tree-entry';
113export { TreeUpdate } from './tree-update';
114export { Tree } from './tree';
115export { Worktree } from './worktree';
116export { WorktreeAddOptions } from './worktree-add-options';
117export { WorktreePruneOptions } from './worktree-prune-options';
118export const version: string;
119declare const _: typeof Promise;
120export { _ as Promise };