2018-01-31 00:32:13 +00:00
|
|
|
// Internally, the wrapper is a 'File', but export to the end user as a 'Document'
|
|
|
|
// Use of 'File' also works
|
2018-09-19 23:04:34 +01:00
|
|
|
export { File as Document } from "./file";
|
2017-12-20 01:03:20 +00:00
|
|
|
export * from "./file";
|
2017-03-08 19:07:44 +01:00
|
|
|
export * from "./export";
|
2018-08-29 18:36:48 +03:00
|
|
|
export * from "./importDocx";
|