webclient/ts/webclient.plugins.ts

23 lines
377 B
TypeScript
Raw Permalink Normal View History

2020-09-18 16:13:57 +00:00
// consentsoftware scope
import * as csInterfaces from '@consentsoftware/interfaces';
export {
csInterfaces
};
// apiglobal scope
import * as typedrequest from '@apiglobal/typedrequest';
export {
typedrequest
};
// @pushrocks scope
2020-09-19 15:18:28 +00:00
import * as smarttime from '@pushrocks/smarttime';
2020-09-18 16:13:57 +00:00
import * as webstore from '@pushrocks/webstore';
export {
2020-09-19 15:18:28 +00:00
smarttime,
2020-09-18 16:13:57 +00:00
webstore
};