UNPKG

322 BTypeScriptView Raw
1declare const _default: {
2 validateProjectDir(command: any): void;
3 showDeprecationWarnings(command: any, context: any): void;
4};
5/**
6 * An array or command pre-filters functions that are passed the command
7 * definition, the CLI context, and if the command is running in JSON
8 * mode or not.
9 */
10export = _default;