UNPKG

pragmatic-fp-ts

Version:

Opinionated functional programming library with easy use in mind

9 lines (8 loc) 220 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.always = void 0; const main_1 = require("./main"); function always(a) { return (0, main_1.getValue)(a); } exports.always = always;