UNPKG

@effect-ts/system

Version:

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

11 lines (10 loc) 256 B
// ets_tracing: off import { access } from "./core.mjs"; /** * Returns an effectful function that extracts out the second element of a * tuple. */ export function second(__trace) { return access(a => a, __trace); } //# sourceMappingURL=second.mjs.map