UNPKG

176 BTypeScriptView Raw
1export declare const INVALID_MODULE_CONFIG_MESSAGE: (text: TemplateStringsArray, property: string) => string;
2export declare function validateModuleKeys(keys: string[]): void;