UNPKG

186 BTypeScriptView Raw
1export interface Options {
2 push?: boolean;
3 verbose?: boolean;
4 dryRun?: boolean;
5}
6export default function (opts?: Options): Promise<void>;
7//# sourceMappingURL=index.d.ts.map
\No newline at end of file