Files
2026-04-26 19:42:42 +02:00

6 lines
189 B
TypeScript
Executable File

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