typedsocket/ts/typedsocket.plugins.ts

14 lines
492 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
2022-10-26 08:55:08 +00:00
export { typedrequest, typedrequestInterfaces };
2020-12-21 21:01:37 +00:00
// @pushrocks scope
import * as isohash from '@pushrocks/isohash';
2022-10-26 08:54:18 +00:00
import * as smartjson from '@pushrocks/smartjson';
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
2022-10-26 08:55:08 +00:00
export { isohash, smartjson, smartsocket, smartstring };