UNPKG

routup

Version:

Routup is a minimalistic http based routing framework.

3 lines (2 loc) 141 B
import type { EventStreamMessage } from './types'; export declare function serializeEventStreamMessage(message: EventStreamMessage): string;