UNPKG

@extra-array/insert.min

Version:

Inserts a value to an ordered array.

5 lines (4 loc) 74 B
function cmp(a, b) { return a<b? -1:(a>b? 1:0); } module.exports = cmp;