Files
docx-js/ts/export/packer/packer.ts

4 lines
59 B
TypeScript
Raw Normal View History

2017-12-06 01:03:14 +00:00
export interface IPacker {
pack(path: string): void;
2017-03-08 21:54:52 +00:00
}