UNPKG

effect

Version:

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

3 lines 200 B
import type * as Channel from "../../Channel.js"; export type ErasedChannel<R> = Channel.Channel<unknown, unknown, unknown, unknown, unknown, unknown, R>; //# sourceMappingURL=channelExecutor.d.ts.map