UNPKG

functional-is-sorted

Version:

A small module to check if an Array is sorted

2 lines (1 loc) 100 B
module.exports = require('unary-with-optional-callback')(require('every2'), require('lodash.lte'));