UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

3 lines (2 loc) 133 B
import type { StreamOnClose } from './types.js'; export declare function defaultStreamOnClose(streamedOnce: boolean): StreamOnClose;