@effect-ts/system
Version:
Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.
7 lines • 301 B
TypeScript
import type * as Tp from "../Collections/Immutable/Tuple/index.js";
/**
* Returns an effectful function that extracts out the first element of a
* tuple.
*/
export declare function first<A>(__trace?: string): import("./effect.js").RIO<Tp.Tuple<[A, unknown]>, A>;
//# sourceMappingURL=first.d.ts.map