UNPKG

effect

Version:

The missing standard library for TypeScript, for writing production-grade software.

6 lines 189 B
import type * as Chunk from "../../Chunk.js"; export interface Emit<out A> { readonly _tag: OP_EMIT; readonly elements: Chunk.Chunk<A>; } //# sourceMappingURL=handoffSignal.d.ts.map