14 lines
309 B
TypeScript
14 lines
309 B
TypeScript
// @tsclass scope
|
|
import * as tsclass from '@tsclass/tsclass';
|
|
|
|
export {
|
|
tsclass
|
|
}
|
|
|
|
// pushrocks scope
|
|
import * as smartfile from '@pushrocks/smartfile';
|
|
import * as smartrequest from '@pushrocks/smartrequest';
|
|
import * as smarturl from '@pushrocks/smarturl';
|
|
|
|
export { smartfile, smartrequest, smarturl };
|