0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 16:30:37 -05:00
penpot/frontend/vendor/jszip/externs.js

6 lines
153 B
JavaScript
Raw Normal View History

2016-08-30 10:27:51 -05:00
var JSZip = function() {};
JSZip.prototype.file = function() {};
JSZip.prototype.folder = function() {};
JSZip.prototype.generateAsync = function() {};