UNPKG

pragmatic-fp-ts

Version:

Opinionated functional programming library with easy use in mind

8 lines (7 loc) 164 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isNeg = void 0; function isNeg(n) { return n < 0; } exports.isNeg = isNeg;