Files
yakpanel-core/YakPanel-server/frontend/node_modules/auto-config-loader/load-conf.d.ts

3 lines
117 B
TypeScript
Raw 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;