xframelib
Version:
The accumulated front-end development foundation library originates from projects and serves projects.
17 lines (16 loc) • 434 B
TypeScript
/**
* 编码/解码
*/
export declare function getIconvWorker(): any;
/**
* 通用数学计算;前端大图片、瓦片化加载 webworker
*/
export declare function getXmathWorker(): any;
/**
* 前端缓存层 webworker
*/
export declare function getWebCacheWorker(): any;
declare const iconvWorker: any;
declare const xmathWorker: any;
declare const webCacheWorker: any;
export { xmathWorker, iconvWorker, webCacheWorker };