Files
typedsocket/ts/typedsocket.plugins.ts

19 lines
770 B
TypeScript
Raw Normal View History

2020-12-21 21:01:37 +00:00
// @apiglobal scope
2023-08-05 11:46:39 +02:00
import * as typedrequest from '@api.global/typedrequest';
import * as typedrequestInterfaces from '@api.global/typedrequest-interfaces';
2020-12-21 21:01:37 +00:00
2022-10-26 10:55:08 +02:00
export { typedrequest, typedrequestInterfaces };
2020-12-21 21:01:37 +00:00
// @pushrocks scope
2023-08-04 16:22:39 +02:00
import * as isohash from '@push.rocks/isohash';
import * as smartjson from '@push.rocks/smartjson';
2023-08-06 16:37:39 +02:00
import * as smartrx from '@push.rocks/smartrx';
2023-08-04 16:22:39 +02:00
import * as smartsocket from '@push.rocks/smartsocket';
import * as smartstring from '@push.rocks/smartstring';
import * as smarturl from '@push.rocks/smarturl';
2020-12-21 21:01:37 +00:00
2023-08-06 16:37:39 +02:00
export { isohash, smartjson, smartrx, smartsocket, smartstring, smarturl };
// Optional SmartServe support (type-only imports for optional peer dependency)
export type { SmartServe, IWebSocketPeer } from '@push.rocks/smartserve';