Files
2026-04-07 05:05:28 +05:30

3 lines
117 B
TypeScript

export declare function loadConf<T>(path: string): T;
export declare function importDefault<T>(filepath: string): T;