mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
63 lines
2.5 KiB
TypeScript
63 lines
2.5 KiB
TypeScript
// Type definitions for nodegit 0.18
|
|
// Project: https://github.com/nodegit/nodegit
|
|
// Definitions by: Dolan Miu <https://github.com/dolanmiu>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export { AnnotatedCommit } from './annotated-commit';
|
|
export { Blob } from './blob';
|
|
export { Buf } from './buf';
|
|
export { CheckoutOptions } from './checkout-options';
|
|
export { Commit } from './commit';
|
|
export { Config } from './config';
|
|
export { ConvenientPatch } from './convenient-patch';
|
|
export { DiffDelta } from './diff-delta';
|
|
export { DiffFile } from './diff-file';
|
|
export { DiffPerfdata } from './diff-perf-data';
|
|
export { Diff } from './diff';
|
|
export { Enums } from './enums';
|
|
export { FetchOptions } from './fetch-options';
|
|
export { Index } from './index_';
|
|
export { IndexEntry } from './index-entry';
|
|
export { MergeFileInput } from './merge-file-input';
|
|
export { MergeOptions } from './merge-options';
|
|
export { Merge } from './merge';
|
|
export { Object } from './object';
|
|
export { OdbObject } from './odb-object';
|
|
export { Odb } from './odb';
|
|
export { Oidarray } from './oid-array';
|
|
export { Oid } from './oid';
|
|
export { Packbuilder } from './pack-builder';
|
|
export { Pathspec } from './path-spec';
|
|
export { PushOptions } from './push-options';
|
|
export { PushUpdate } from './push-update';
|
|
export { Push } from './push';
|
|
export { RebaseOperation } from './rebase-operation';
|
|
export { Rebase, RebaseOptions } from './rebase';
|
|
export { Refdb } from './ref-db';
|
|
export { Reflog, ReflogEntry } from './ref-log'
|
|
export { Refspec } from './ref-spec';
|
|
export { Reference } from './reference';
|
|
export { RemoteCallbacks } from './remote-callbacks';
|
|
export { Remote } from './remote';
|
|
export { Repository } from './repository';
|
|
export { Reset } from './reset';
|
|
export { Revparse } from './rev-parse';
|
|
export { Revwalk } from './rev-walk';
|
|
export { Revert } from './revert';
|
|
export { Signature } from './signature';
|
|
export { Stash } from './stash';
|
|
export { StatusEntry } from './status-entry';
|
|
export { StatusList } from './status-list';
|
|
export { StatusOptions } from './status-options';
|
|
export { Status } from './status';
|
|
export { Strarray } from './str-array';
|
|
export { SubmoduleUpdateOptions } from './submodule-update-options';
|
|
export { Submodule } from './submodule';
|
|
export { Tag } from './tag';
|
|
export { Time } from './time';
|
|
export { TransferProgress } from './transfer-progress';
|
|
export { Transport } from './transport';
|
|
export { Treebuilder } from './tree-builder';
|
|
export { TreeEntry } from './tree-entry';
|
|
export { Tree } from './tree';
|