UNPKG

277 BTypeScriptView Raw
1export declare const ERROR_BASE_DIRECTORY_NOT_FOUND = "BASE_DIRECTORY_NOT_FOUND";
2export declare const ERROR_LOCAL_CLI_NOT_FOUND = "LOCAL_CLI_NOT_FOUND";
3export declare const ERROR_VERSION_TOO_OLD = "VERSION_TOO_OLD";
4export declare function detectLocalCLI(): Promise<string>;