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 234 B
import type { Predicate } from "../../../Function/index.js"; import * as C from "./core.js"; export declare function dropWhile<Err, In>(p: Predicate<In>): C.Sink<unknown, Err, In, Err, In, any>; //# sourceMappingURL=dropWhile.d.ts.map