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.

5 lines (3 loc) 88 B
require('ramda'); var RA = require('ramda-adjunct'); RA.isArray([1, 2, 3]); // => true