18 lines
334 B
TypeScript
18 lines
334 B
TypeScript
// node native scope
|
|
import * as path from 'path';
|
|
|
|
// @apiglobal scope
|
|
import * as typedrequest from '@apiglobal/typedrequest';
|
|
|
|
export { typedrequest };
|
|
|
|
// pushrocks scope
|
|
import * as smartfile from '@pushrocks/smartfile';
|
|
|
|
export { smartfile };
|
|
|
|
// @tsclass scope
|
|
import * as tsclass from '@tsclass/tsclass';
|
|
|
|
export { tsclass };
|