bootstrap.d.ts 277 B

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