6 lines
144 B
TypeScript
6 lines
144 B
TypeScript
export { File as Document } from './file';
|
|
export * from './file';
|
|
export * from './export';
|
|
export * from './util';
|
|
export * from './patcher';
|