UNPKG

@effect-ts/system

Version:

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

3 lines 224 B
import * as C from "./core.js"; export declare function dropLeftover<R, InErr, In, OutErr, L, Z>(self: C.Sink<R, InErr, In, OutErr, L, Z>): C.Sink<R, InErr, In, OutErr, unknown, Z>; //# sourceMappingURL=dropLeftover.d.ts.map