sdk/ts/sdk.plugins.ts

18 lines
334 B
TypeScript
Raw 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';
2023-03-20 11:26:43 +00:00
export { smartfile };
2020-09-23 22:34:42 +00:00
2020-03-24 23:32:43 +00:00
// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
export { tsclass };