UNPKG

457 BTypeScriptView Raw
1import { ICacheStorage } from "backfill-cache";
2import { Config } from "backfill-config";
3import { BuildCommand } from "./commandRunner";
4import { IHasher } from "backfill-hasher";
5export { createDefaultConfig } from "backfill-config";
6export declare function backfill(config: Config, cacheStorage: ICacheStorage, buildCommand: BuildCommand, hasher: IHasher): Promise<void>;
7export declare function main(): Promise<void>;
8//# sourceMappingURL=index.d.ts.map
\No newline at end of file