dees-document/test/plugins.ts
2023-10-16 18:28:12 +02:00

9 lines
170 B
TypeScript

import * as tsclass from '@tsclass/tsclass';
import * as smartfile from '@push.rocks/smartfile';
import * as path from 'path';
export {
tsclass,
smartfile,
path,
}