UNPKG

node-command-line-starter-1

Version:
5 lines (4 loc) 215 B
export declare const initializeAppConfig: () => void; export declare const setAppConfig: (config: any) => void; export declare const getAppConfig: () => any; export declare const isCrusherConfigured: () => boolean;