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

10 lines
182 B
TypeScript
Raw Normal View History

2020-07-05 17:53:49 +00:00
// apiglobal scope
import * as agSdk from '@apiglobal/sdk';
export { agSdk };
// pushrocks scope
import * as smartexpress from '@pushrocks/smartexpress';
export { smartexpress };