@nativescript/nx
Version:
NativeScript Plugin for Nx
5 lines (4 loc) • 339 B
TypeScript
export declare function missingArgument(argName: string, description?: string, example?: string): string;
export declare function unsupportedFrameworkError(framework: string): string;
export declare function generateOptionError(type: string, missingFeature?: boolean): string;
export declare function generatorError(type: string): string;