UNPKG

104 BTypeScriptView Raw
1export declare class Configuration {
2 static load<T>(file: string, normalize?: (data: T) => T): T;
3}
4
\No newline at end of file