Files
smartsocket/ts/smartsocket.plugins.ts

30 lines
793 B
TypeScript
Raw Normal View History

2019-09-09 23:58:32 +02:00
// apiglobal scope
2023-09-09 23:32:12 +02:00
import * as typedrequestInterfaces from '@api.global/typedrequest-interfaces';
2019-09-09 23:58:32 +02:00
2020-09-24 18:04:11 +00:00
export { typedrequestInterfaces };
2019-09-09 23:58:32 +02:00
// pushrocks scope
2023-07-21 03:53:41 +02:00
import * as isohash from '@push.rocks/isohash';
import * as isounique from '@push.rocks/isounique';
import * as lik from '@push.rocks/lik';
import * as smartenv from '@push.rocks/smartenv';
import * as smartjson from '@push.rocks/smartjson';
import * as smartlog from '@push.rocks/smartlog';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smarttime from '@push.rocks/smarttime';
import * as smartrx from '@push.rocks/smartrx';
2019-09-09 23:58:32 +02:00
2019-04-26 17:35:15 +02:00
export {
2020-09-29 17:21:08 +00:00
isohash,
isounique,
2019-04-26 17:35:15 +02:00
lik,
2020-09-29 17:21:08 +00:00
smartenv,
2021-01-28 01:30:27 +00:00
smartjson,
2019-04-26 17:35:15 +02:00
smartlog,
smartdelay,
2019-11-03 19:17:26 +01:00
smartpromise,
2019-11-07 00:26:47 +01:00
smarttime,
2020-09-24 18:04:11 +00:00
smartrx,
2019-09-09 23:58:32 +02:00
};