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.

8 lines (7 loc) 223 B
"use strict"; exports.__esModule = true; exports["default"] = void 0; var signPonyfill = function signPonyfill(number) { return (number > 0) - (number < 0) || +number; }; var _default = exports["default"] = signPonyfill;