UNPKG

reiso

Version:
5 lines (4 loc) 199 B
export declare function getConfig(): any; export declare function setConfig(newConfig: any): void; export declare function readConfig(): void; export declare const saveConfig: (config: any) => void;