UNPKG

@prelude/cmp

Version:

Cmp module.

10 lines 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** @returns string comparision function. */ const string_ = (a, b) => a > b ? 1 : a < b ? -1 : 0; exports.default = string_; //# sourceMappingURL=string.js.map