Files
docx-js/ts/export/packer/packer.ts
2017-12-06 01:03:14 +00:00

4 lines
59 B
TypeScript

export interface IPacker {
pack(path: string): void;
}