UNPKG

141 BTypeScriptView Raw
1import { Command } from 'commander';
2import { IOptions } from '@jscpd/core';
3export declare function prepareOptions(cli: Command): IOptions;