Files
docx-js/src/export/packer/packer.ts
2017-12-15 00:01:59 +00:00

4 lines
59 B
TypeScript

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