UNPKG

sourcecontrol

Version:

A modern TypeScript CLI application for source control

6 lines 347 B
import { GitIndex } from './git-index'; import { IndexManager } from './index-manager'; import type { AddOptions, AddResult, RemoveResult, StatusResult } from './types'; import { IndexEntry } from './index-entry'; export { GitIndex, IndexManager, AddOptions, AddResult, RemoveResult, StatusResult, IndexEntry }; //# sourceMappingURL=index.d.ts.map