UNPKG
@ohayojp/util
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Universal toolset of ohayojp.
ohayojp.com
ohayojp/ohayo
@ohayojp/util
/
src
/
config
/
components
/
zip.type.d.ts
11 lines
(10 loc)
•
255 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
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
[]; }