test-sdk/ts/test-sdk.plugins.ts
2020-07-05 17:53:49 +00:00

10 lines
182 B
TypeScript

// apiglobal scope
import * as agSdk from '@apiglobal/sdk';
export { agSdk };
// pushrocks scope
import * as smartexpress from '@pushrocks/smartexpress';
export { smartexpress };