UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

3 lines 232 B
import type { WorkflowWritableStreamOptions } from '../step/writable-stream.js'; export declare function getWritable<W = any>(options?: WorkflowWritableStreamOptions): WritableStream<W>; //# sourceMappingURL=writable-stream.d.ts.map