9 lines
210 B
JavaScript
9 lines
210 B
JavaScript
/** @type {constructor} */
|
|
System.Compression.Zlib = function(){};
|
|
|
|
/** @type {constructor} */
|
|
System.Compression.Zlib.Deflate = function(){};
|
|
|
|
/** @type {Function} */
|
|
System.Compression.Zlib.Deflate.compress;
|