UNPKG

array-sorted

Version:

check an array is sorted or not.

8 lines (6 loc) 102 B
const custom = { LargerToSmaller: (a, b) => { return b > a; } }; module.exports = custom;