sdk/ts/sdk.plugins.ts

20 lines
336 B
TypeScript
Raw Permalink Normal View History

2020-03-24 23:32:43 +00:00
// node native scope
import * as path from 'path';
2020-07-04 16:42:41 +00:00
// @apiglobal scope
import * as typedrequest from '@apiglobal/typedrequest';
2020-09-23 21:24:32 +00:00
export { typedrequest };
2020-07-04 16:42:41 +00:00
2020-09-23 22:34:42 +00:00
// pushrocks scope
import * as smartfile from '@pushrocks/smartfile';
export {
smartfile
};
2020-03-24 23:32:43 +00:00
// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
export { tsclass };