UNPKG

opinionated-machine

Version:

Very opinionated DI framework for fastify, built on top of awilix

6 lines (5 loc) 514 B
export { type HasSessionSpy, SSEHttpClient, type SSEHttpConnectOptions, type SSEHttpConnectResult, type SSEHttpConnectWithSpyOptions, } from './sseHttpClient.js'; export { SSEInjectClient, SSEInjectConnection } from './sseInjectClient.js'; export { injectPayloadSSE, injectSSE } from './sseInjectHelpers.js'; export { SSETestServer } from './sseTestServer.js'; export type { InjectPayloadSSEOptions, InjectSSEOptions, InjectSSEResult, SSEConnectOptions, SSEResponse, SSETestConnection, } from './sseTestTypes.js';