UNPKG

140 BJavaScriptView Raw
1/**
2 * @ignore
3 */
4export function sorter(fst, snd) {
5 return fst > snd ? 1 : fst < snd ? -1 : 0;
6}
7
8//# sourceMappingURL=sorter.mjs.map