UNPKG

zipster

Version:

TypeScript library built for Node backends to create ZIP files with password protection

8 lines 216 B
/** * Zipster Error is the generic error for the Zipster library */ declare class ZipsterError extends Error { constructor(message: string); } export { ZipsterError }; //# sourceMappingURL=ZipsterError.d.ts.map