typedsocket/ts/typedsocket.plugins.ts

18 lines
369 B
TypeScript
Raw Normal View History

2020-12-21 21:01:37 +00:00
// @apiglobal scope
import * as typedrequest from '@apiglobal/typedrequest';
import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
2020-12-21 21:01:37 +00:00
export {
typedrequest,
typedrequestInterfaces,
2020-12-21 21:01:37 +00:00
}
// @pushrocks scope
import * as isohash from '@pushrocks/isohash';
2020-12-21 21:01:37 +00:00
import * as smartsocket from '@pushrocks/smartsocket';
export {
isohash,
2020-12-21 21:01:37 +00:00
smartsocket
}