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.

4 lines 144 B
import { both } from 'ramda'; import isNumber from '../../isNumber.js'; var isNaNPonyfill = both(isNumber, isNaN); export default isNaNPonyfill;