UNPKG

cwt-map

Version:
6 lines (5 loc) 154 B
export interface ScriptMap { [key: string]: string; } export declare function getScriptMap(secure?: boolean): ScriptMap; export default getScriptMap;