sdk/ts/sdk.plugins.ts

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