Sha256: 79ca31e11c85bdfe64271478bf4c3037f54504a05eb229a183e25803e7208bf0
Contents?: true
Size: 366 Bytes
Versions: 14
Compression:
Stored size: 366 Bytes
Contents
/** * jortSort checks if your inputs are sorted. Note that this is only for a sequence with an end. * See http://jort.technology/ for full details. * @returns {Observable} An observable which has a single value of true if sorted, else false. */ observableProto.jortSort = function () { return this.jortSortUntil(observableNever()); };
Version data entries
14 entries across 7 versions & 1 rubygems