UNPKG

pragmatic-fp-ts

Version:

Opinionated functional programming library with easy use in mind

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