30 lines
782 B
TypeScript
30 lines
782 B
TypeScript
// apiglobal scope
|
|
import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
|
|
|
|
export { typedrequestInterfaces };
|
|
|
|
// pushrocks scope
|
|
import * as isohash from '@pushrocks/isohash';
|
|
import * as isounique from '@pushrocks/isounique';
|
|
import * as lik from '@pushrocks/lik';
|
|
import * as smartenv from '@pushrocks/smartenv';
|
|
import * as smartjson from '@pushrocks/smartjson';
|
|
import * as smartlog from '@pushrocks/smartlog';
|
|
import * as smartdelay from '@pushrocks/smartdelay';
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
import * as smarttime from '@pushrocks/smarttime';
|
|
import * as smartrx from '@pushrocks/smartrx';
|
|
|
|
export {
|
|
isohash,
|
|
isounique,
|
|
lik,
|
|
smartenv,
|
|
smartjson,
|
|
smartlog,
|
|
smartdelay,
|
|
smartpromise,
|
|
smarttime,
|
|
smartrx,
|
|
};
|