dees-document/test/plugins.ts

9 lines
170 B
TypeScript
Raw Permalink Normal View History

2023-10-16 16:28:12 +00:00
import * as tsclass from '@tsclass/tsclass';
import * as smartfile from '@push.rocks/smartfile';
import * as path from 'path';
export {
tsclass,
smartfile,
path,
}