16 lines
615 B
TypeScript
16 lines
615 B
TypeScript
// @apiglobal scope
|
|
import * as typedrequest from '@api.global/typedrequest';
|
|
import * as typedrequestInterfaces from '@api.global/typedrequest-interfaces';
|
|
|
|
export { typedrequest, typedrequestInterfaces };
|
|
|
|
// @pushrocks scope
|
|
import * as isohash from '@push.rocks/isohash';
|
|
import * as smartjson from '@push.rocks/smartjson';
|
|
import * as smartrx from '@push.rocks/smartrx';
|
|
import * as smartsocket from '@push.rocks/smartsocket';
|
|
import * as smartstring from '@push.rocks/smartstring';
|
|
import * as smarturl from '@push.rocks/smarturl';
|
|
|
|
export { isohash, smartjson, smartrx, smartsocket, smartstring, smarturl };
|