Add File alias to Document for backwards compatability
This commit is contained in:
@ -1,2 +1,5 @@
|
||||
// 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 * from "./file";
|
||||
export * from "./export";
|
||||
|
Reference in New Issue
Block a user