smartuniverse/ts/smartuniverse.plugins.ts
2020-09-30 00:50:43 +00:00

28 lines
727 B
TypeScript

// apiglobal scope
import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
export { typedrequestInterfaces };
// pushrocks scope
import * as lik from '@pushrocks/lik';
import * as isohash from '@pushrocks/isohash';
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartlog from '@pushrocks/smartlog';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartrx from '@pushrocks/smartrx';
import * as smartsocket from '@pushrocks/smartsocket';
import * as smarttime from '@pushrocks/smarttime';
import * as isounique from '@pushrocks/isounique';
export {
lik,
isohash,
smartdelay,
smartlog,
smartpromise,
smartrx,
smartsocket,
smarttime,
isounique,
};