UNPKG

pragmatic-fp-ts

Version:

Opinionated functional programming library with easy use in mind

6 lines (4 loc) 96 B
import { getValue } from "./main.ts"; export function not(el: any) { return !getValue(el); }