2020-10-06 22:08:26 +00:00
|
|
|
// designestate scope
|
2023-08-27 11:33:36 +00:00
|
|
|
import * as deesComms from '@design.estate/dees-comms';
|
2020-10-06 22:08:26 +00:00
|
|
|
|
2021-03-10 17:01:32 +00:00
|
|
|
export { deesComms };
|
2020-10-06 22:08:26 +00:00
|
|
|
|
|
|
|
// apiglobal scope
|
2023-09-09 21:36:31 +00:00
|
|
|
import * as typedrequest from '@api.global/typedrequest';
|
2020-06-28 18:03:22 +00:00
|
|
|
|
2020-06-28 21:26:57 +00:00
|
|
|
export { typedrequest };
|
2020-06-28 18:03:22 +00:00
|
|
|
|
2020-05-25 15:57:47 +00:00
|
|
|
// pushrocks scope
|
2023-08-20 15:10:10 +00:00
|
|
|
import * as smartdelay from '@push.rocks/smartdelay';
|
|
|
|
import * as smartjson from '@push.rocks/smartjson';
|
|
|
|
import * as smartpromise from '@push.rocks/smartpromise';
|
|
|
|
import * as smartrouter from '@push.rocks/smartrouter';
|
|
|
|
import * as smartrx from '@push.rocks/smartrx';
|
|
|
|
import * as smartstate from '@push.rocks/smartstate';
|
|
|
|
import * as smarturl from '@push.rocks/smarturl';
|
|
|
|
import * as webrequest from '@push.rocks/webrequest';
|
|
|
|
import * as websetup from '@push.rocks/websetup';
|
|
|
|
import * as webstore from '@push.rocks/webstore';
|
2020-05-25 15:57:47 +00:00
|
|
|
|
2020-11-23 20:41:26 +00:00
|
|
|
// subscope lik
|
2023-08-20 15:10:10 +00:00
|
|
|
import { ObjectMap } from '@push.rocks/lik/dist_ts/lik.objectmap.js';
|
|
|
|
import { Stringmap } from '@push.rocks/lik/dist_ts/lik.stringmap.js';
|
|
|
|
import { FastMap } from '@push.rocks/lik/dist_ts/lik.fastmap.js';
|
2020-11-23 20:41:26 +00:00
|
|
|
const lik = {
|
2021-03-10 17:01:32 +00:00
|
|
|
ObjectMap,
|
2022-12-31 10:34:04 +00:00
|
|
|
Stringmap,
|
|
|
|
FastMap,
|
2020-11-23 20:41:26 +00:00
|
|
|
};
|
|
|
|
|
2021-03-10 17:01:32 +00:00
|
|
|
export {
|
|
|
|
lik,
|
|
|
|
smartdelay,
|
2022-12-31 10:34:04 +00:00
|
|
|
smartjson,
|
2021-03-10 17:01:32 +00:00
|
|
|
smartpromise,
|
|
|
|
smartrouter,
|
|
|
|
smartrx,
|
2023-01-02 16:25:17 +00:00
|
|
|
smarturl,
|
2021-03-10 17:01:32 +00:00
|
|
|
smartstate,
|
|
|
|
webrequest,
|
|
|
|
websetup,
|
|
|
|
webstore,
|
|
|
|
};
|
2020-06-28 15:49:46 +00:00
|
|
|
|
|
|
|
// third party scope
|
2020-06-28 16:59:14 +00:00
|
|
|
import SweetScroll from 'sweet-scroll';
|
2020-06-28 15:49:46 +00:00
|
|
|
|
2020-06-28 16:59:14 +00:00
|
|
|
export { SweetScroll };
|