UNPKG

ramda-adjunct

Version:

Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.

7 lines (6 loc) 205 B
"use strict"; exports.__esModule = true; exports["default"] = void 0; var MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || Math.pow(2, 53) - 1; var _default = MAX_SAFE_INTEGER; exports["default"] = _default;