mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
8d44a0fd92
* chore: Migrate from JSZip to Yazl * Add koa stream helper, PR feedback
8 lines
102 B
TypeScript
8 lines
102 B
TypeScript
import "yazl";
|
|
|
|
declare module "yazl" {
|
|
interface Options {
|
|
fileComment: string | Buffer;
|
|
}
|
|
}
|