Files

3 lines
117 B
TypeScript
Raw Permalink Normal View History

2026-04-07 05:05:28 +05:30
export declare function loadConf<T>(path: string): T;
export declare function importDefault<T>(filepath: string): T;