8 lines
136 B
TypeScript
8 lines
136 B
TypeScript
|
// node native scope
|
||
|
import * as path from 'path';
|
||
|
|
||
|
// @tsclass scope
|
||
|
import * as tsclass from '@tsclass/tsclass';
|
||
|
|
||
|
export { tsclass };
|