UNPKG

@ohayojp/util

Version:

Universal toolset of ohayojp.

11 lines (10 loc) 255 B
export interface OhayoZipConfig { /** * Zip library path, Default: `//cdn.bootcss.com/jszip/3.3.0/jszip.min.js` */ url?: string; /** * Defines which zip optional utils should get loaded */ utils?: string[]; }