3 lines
117 B
TypeScript
3 lines
117 B
TypeScript
export declare function loadConf<T>(path: string): T;
|
|
export declare function importDefault<T>(filepath: string): T;
|