UNPKG

@boringnode/transmit

Version:

A framework agnostic Server-Sent-Event library

7 lines (6 loc) 363 B
import { Transmit } from '../../src/transmit.js'; export declare function makeTransport(): { transport: import("@boringnode/bus/transports/memory").MemoryTransport; driver: () => import("@boringnode/bus/transports/memory").MemoryTransport; }; export declare function makeTransmitWithTransport(params: ReturnType<typeof makeTransport>): Transmit<unknown>;