2020-12-21 21:01:37 +00:00
|
|
|
// @apiglobal scope
|
|
|
|
import * as typedrequest from '@apiglobal/typedrequest';
|
2020-12-26 18:14:19 +00:00
|
|
|
import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
|
2020-12-21 21:01:37 +00:00
|
|
|
|
2022-10-26 08:55:08 +00:00
|
|
|
export { typedrequest, typedrequestInterfaces };
|
2020-12-21 21:01:37 +00:00
|
|
|
|
|
|
|
// @pushrocks scope
|
2020-12-26 18:14:19 +00:00
|
|
|
import * as isohash from '@pushrocks/isohash';
|
2022-10-26 08:54:18 +00:00
|
|
|
import * as smartjson from '@pushrocks/smartjson';
|
2020-12-21 21:01:37 +00:00
|
|
|
import * as smartsocket from '@pushrocks/smartsocket';
|
2021-01-22 15:13:05 +00:00
|
|
|
import * as smartstring from '@pushrocks/smartstring';
|
2020-12-21 21:01:37 +00:00
|
|
|
|
2022-10-26 08:55:08 +00:00
|
|
|
export { isohash, smartjson, smartsocket, smartstring };
|