UNPKG

netlify-cli

Version:

Netlify command line tool

4 lines 222 B
import { OptionValues } from 'commander'; import BaseCommand from '../base-command.js'; export declare const unlink: (options: OptionValues, command: BaseCommand) => Promise<undefined>; //# sourceMappingURL=unlink.d.ts.map