Files
typedsocket/ts/typedsocket.plugins.ts

20 lines
818 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 smartdelay from '@push.rocks/smartdelay';
2023-08-04 16:22:39 +02:00
import * as smartjson from '@push.rocks/smartjson';
import * as smartpromise from '@push.rocks/smartpromise';
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 smartstring from '@push.rocks/smartstring';
import * as smarturl from '@push.rocks/smarturl';
2020-12-21 21:01:37 +00:00
export { isohash, smartdelay, smartjson, smartpromise, smartrx, smartstring, smarturl };
// SmartServe - required for server-side WebSocket support
export type { SmartServe, IWebSocketPeer } from '@push.rocks/smartserve';