UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

18 lines (17 loc) 445 B
export declare const env: { FUSE_ROOT: any; APP_ROOT: any; VERSION: any; isTest: boolean; CACHE: { ROOT: string; PACKAGES: string; PROJET_FILES: string; }; SCRIPT_PATH: string; SCRIPT_FILE: string; FUSE_MODULES: string; }; export declare function getDevelopmentApi(): string; export declare function openDevelopmentApi(): string; export declare function closeDevelopmentApi(): string;