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
|
|
|
|
|
|
|
export {
|
2020-12-26 18:14:19 +00:00
|
|
|
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';
|
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
|
|
|
|
|
|
|
export {
|
2020-12-26 18:14:19 +00:00
|
|
|
isohash,
|
2021-01-22 15:13:05 +00:00
|
|
|
smartsocket,
|
|
|
|
smartstring
|
2020-12-21 21:01:37 +00:00
|
|
|
}
|