UNPKG

is-sorted-gq

Version:

AudioX: Transform Any Inspiration Into Professional Audio With AI - A compact module to check if an Array is sorted

4 lines (2 loc) 106 B
declare function checksort<T = any> (array: T[], comparator?: (a: T, b: T) => number) export = checksort