Files
simple-mail-cleaner/backend/node_modules/effect/dist/dts/internal/stream/handoffSignal.d.ts
2026-01-23 01:33:35 +01:00

6 lines
189 B
TypeScript

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