typedsocket/ts/typedsocket.plugins.ts

20 lines
439 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';
2021-01-22 15:13:05 +00:00
import * as smartstring from '@pushrocks/smartstring';
2020-12-21 21:01:37 +00:00
export {
isohash,
2021-01-22 15:13:05 +00:00
smartsocket,
smartstring
2020-12-21 21:01:37 +00:00
}