UNPKG

netlify

Version:

Netlify command line tool

7 lines 302 B
import type BaseCommand from '../base-command.js'; import type { CloneOptionValues } from './option_values.js'; export declare const clone: (options: CloneOptionValues, command: BaseCommand, args: { repo: string; targetDir?: string; }) => Promise<undefined>; //# sourceMappingURL=clone.d.ts.map