Files
docx-js/build/export/packer/packer.d.ts
2018-04-02 14:37:54 +03:00

5 lines
101 B
TypeScript

export interface IPacker {
pack(path: string): void;
}
export declare const WORKAROUND = "";