smartuniverse/ts/smartuniverse.plugins.ts

30 lines
798 B
TypeScript
Raw Permalink Normal View History

2019-09-10 17:36:10 +00:00
// apiglobal scope
import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
2019-11-09 12:00:30 +00:00
export { typedrequestInterfaces };
2019-09-10 17:36:10 +00:00
2019-01-31 01:52:18 +00:00
// pushrocks scope
2023-07-25 09:33:13 +00:00
import * as lik from '@push.rocks/lik';
import * as isohash from '@push.rocks/isohash';
import * as isounique from '@push.rocks/isounique';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartlog from '@push.rocks/smartlog';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrx from '@push.rocks/smartrx';
import * as smartsocket from '@push.rocks/smartsocket';
import * as smarttime from '@push.rocks/smarttime';
import * as smarturl from '@push.rocks/smarturl';
2018-03-07 21:22:15 +00:00
2018-03-20 07:16:54 +00:00
export {
lik,
2020-09-30 00:50:43 +00:00
isohash,
2023-07-25 09:33:13 +00:00
isounique,
2018-05-19 22:41:59 +00:00
smartdelay,
2019-08-13 13:55:01 +00:00
smartlog,
2019-01-31 01:52:18 +00:00
smartpromise,
2018-03-20 07:16:54 +00:00
smartrx,
smartsocket,
2019-04-22 07:58:36 +00:00
smarttime,
2023-07-25 09:33:13 +00:00
smarturl,
2018-03-20 07:16:54 +00:00
};