typedsocket/ts/typedsocket.plugins.ts
2023-03-29 13:45:33 +02:00

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