UNPKG

@epilogo/stringifyr

Version:
7 lines (6 loc) 189 B
declare const Config: { fileSlug: string; baseURL: string; }; export declare function getConfig<K extends keyof typeof Config>(isDev: boolean, key: K): typeof Config[K]; export {};