UNPKG

netlify

Version:

Netlify command line tool

6 lines 227 B
import BaseCommand from '../base-command.js'; export interface ResetOptions { json?: boolean; } export declare const reset: (options: ResetOptions, command: BaseCommand) => Promise<void>; //# sourceMappingURL=reset.d.ts.map