UNPKG

pragmatic-fp-ts

Version:

Opinionated functional programming library with easy use in mind

6 lines (4 loc) 97 B
import { getValue } from "./main.ts"; export function always<A>(a: A) { return getValue(a); }