UNPKG

@opra/common

Version:
8 lines (7 loc) 121 B
export function stringCompare(a, b) { if (a < b) return -1; if (a > b) return 1; return 0; }