1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-02-22 04:54:06 +01:00
Files
2020-10-04 17:14:00 +02:00

323 B

title, layout, section
title layout section
new JSZip() or JSZip() default api

Description : Create a new JSZip instance.

Arguments : None

Returns : A new JSZip.

Throws : Nothing.

Example

var zip = new JSZip();
// same as
var zip = JSZip();