UNPKG

fp-ts-std

Version:

The missing pseudo-standard library for fp-ts.

7 lines (6 loc) 173 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GT = exports.EQ = exports.LT = void 0; exports.LT = -1; exports.EQ = 0; exports.GT = 1;