smartsocket/ts/smartsocket.plugins.ts

30 lines
793 B
TypeScript
Raw Permalink Normal View History

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