webclient/ts/webclient.plugins.ts

16 lines
373 B
TypeScript
Raw Normal View History

2020-09-18 16:13:57 +00:00
// consentsoftware scope
2023-08-27 12:16:09 +02:00
import * as csInterfaces from '@consent.software/interfaces';
2020-09-18 16:13:57 +00:00
2023-08-27 12:16:09 +02:00
export { csInterfaces };
2020-09-18 16:13:57 +00:00
// apiglobal scope
2023-08-27 12:16:09 +02:00
import * as typedrequest from '@api.global/typedrequest';
2020-09-18 16:13:57 +00:00
2023-08-27 12:16:09 +02:00
export { typedrequest };
2020-09-18 16:13:57 +00:00
// @pushrocks scope
2023-08-27 12:16:09 +02:00
import * as smarttime from '@push.rocks/smarttime';
import * as webstore from '@push.rocks/webstore';
2020-09-18 16:13:57 +00:00
2023-08-27 12:16:09 +02:00
export { smarttime, webstore };