Add templated file

This commit is contained in:
Dolan
2018-09-19 00:37:11 +01:00
parent 79dffc873a
commit 5fe4405d76
7 changed files with 322 additions and 303 deletions

View File

@ -1,6 +1,6 @@
// Internally, the wrapper is a 'File', but export to the end user as a 'Document'
// Use of 'File' also works
export { File as Document } from "./file";
export { File as Document, TemplatedFile as TemplatedDocument } from "./file";
export * from "./file";
export * from "./export";
export * from "./importDocx";