sdk/ts/sdk.plugins.ts

13 lines
240 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-03-24 23:32:43 +00:00
// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
export { tsclass };