9 lines
170 B
TypeScript
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,
|
||
|
}
|