18 lines
369 B
TypeScript
18 lines
369 B
TypeScript
// @apiglobal scope
|
|
import * as typedrequest from '@apiglobal/typedrequest';
|
|
import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
|
|
|
|
export {
|
|
typedrequest,
|
|
typedrequestInterfaces,
|
|
}
|
|
|
|
// @pushrocks scope
|
|
import * as isohash from '@pushrocks/isohash';
|
|
import * as smartsocket from '@pushrocks/smartsocket';
|
|
|
|
export {
|
|
isohash,
|
|
smartsocket
|
|
}
|