UNPKG

@effect-ts/system

Version:

Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.

4 lines 236 B
import type * as Tp from "../../../Collections/Immutable/Tuple/index.js"; import type * as C from "../_internal/core.js"; export declare type SortedByKey<R, E, K, A> = C.Stream<R, E, Tp.Tuple<[K, A]>>; //# sourceMappingURL=core.d.ts.map