UNPKG

@effect-ts/system

Version:

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

6 lines 237 B
/** * Returns an effectful function that extracts out the second element of a * tuple. */ export declare function second<A>(__trace?: string): import("./effect.js").RIO<[unknown, A], [unknown, A]>; //# sourceMappingURL=second.d.ts.map