6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
import * as tsclass from '@tsclass/tsclass';
|
|
import * as smartfile from '@push.rocks/smartfile';
|
|
import * as path from 'path';
|
|
|
|
export { tsclass, smartfile, path };
|