UNPKG

hyperapp-render

Version:

Render Hyperapp to an HTML string with SSR and Node.js streaming support

11 lines (8 loc) 221 B
import { Readable } from 'stream' import { renderToString } from './index' export { renderToString } export function renderToStream<View, State, Actions>( view: View, state?: State, actions?: Actions, ): Readable