test-sdk/ts/test-sdk.plugins.ts

13 lines
423 B
TypeScript
Raw Normal View History

2020-07-05 17:53:49 +00:00
// apiglobal scope
import * as agSdk from '@apiglobal/sdk';
2020-07-25 13:34:26 +00:00
import * as typedrequest from '@apiglobal/typedrequest';
import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
2020-07-05 17:53:49 +00:00
2020-07-25 13:34:26 +00:00
export { agSdk, typedrequest, typedrequestInterfaces };
2020-07-05 17:53:49 +00:00
// pushrocks scope
import * as smartexpress from '@pushrocks/smartexpress';
2020-07-25 13:34:26 +00:00
import * as smartobject from '@pushrocks/smartobject';
2020-07-05 17:53:49 +00:00
2020-07-25 13:34:26 +00:00
export { smartexpress, smartobject };