Files
Tom Moor 8d44a0fd92 chore: Migrate from JSZip to Yazl (#12408)
* chore: Migrate from JSZip to Yazl

* Add koa stream helper, PR feedback
2026-05-21 23:27:23 -04:00

8 lines
102 B
TypeScript

import "yazl";
declare module "yazl" {
interface Options {
fileComment: string | Buffer;
}
}