smartuniverse/ts/smartuniverse.plugins.ts

28 lines
727 B
TypeScript
Raw 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
import * as lik from '@pushrocks/lik';
2020-09-30 00:50:43 +00:00
import * as isohash from '@pushrocks/isohash';
2019-01-31 01:52:18 +00:00
import * as smartdelay from '@pushrocks/smartdelay';
2019-08-13 13:55:01 +00:00
import * as smartlog from '@pushrocks/smartlog';
2019-01-31 01:52:18 +00:00
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartrx from '@pushrocks/smartrx';
import * as smartsocket from '@pushrocks/smartsocket';
import * as smarttime from '@pushrocks/smarttime';
2020-09-30 00:50:43 +00:00
import * as isounique from '@pushrocks/isounique';
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,
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,
2020-09-30 00:50:43 +00:00
isounique,
2018-03-20 07:16:54 +00:00
};