sdk/ts/sdk.plugins.ts
2020-09-23 22:34:42 +00:00

20 lines
336 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 };