UNPKG

@ionic/cli

Version:

A tool for creating and developing Ionic Framework mobile apps.

5 lines (4 loc) 277 B
export declare const ERROR_BASE_DIRECTORY_NOT_FOUND = "BASE_DIRECTORY_NOT_FOUND"; export declare const ERROR_LOCAL_CLI_NOT_FOUND = "LOCAL_CLI_NOT_FOUND"; export declare const ERROR_VERSION_TOO_OLD = "VERSION_TOO_OLD"; export declare function detectLocalCLI(): Promise<string>;