umd-package-loader
Version:
umd 包加载器
8 lines (7 loc) • 411 B
TypeScript
export declare const getCache: (name: string) => any;
export declare const setCache: (name: string, module: any) => void;
export declare const removeCache: (name: string) => void;
export declare function readResAsString(response: any, autoDetectCharset: any): string;
export declare function generatorHash(length?: number): string;
export declare function onlyHash(): any;
export declare function noop(): void;