Sha256: 75f2ea9423357b1123812fc8f3869412bd3bbf75b3c357bb497014af01b49fab
Contents?: true
Size: 182 Bytes
Versions: 47
Compression:
Stored size: 182 Bytes
Contents
"use strict"; var toLowerCase = String.prototype.toLowerCase; module.exports = function (other) { return toLowerCase.call(this).localeCompare(toLowerCase.call(String(other))); };
Version data entries
47 entries across 47 versions & 3 rubygems