typedsocket/ts/typedsocket.plugins.ts
2021-01-22 15:13:05 +00:00

20 lines
439 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';
import * as smartstring from '@pushrocks/smartstring';
export {
isohash,
smartsocket,
smartstring
}