SortableNumber
import { SortableNumber } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/number.ts";The canonical implementation of Sortable for number. It contains the method compare.
const SortableNumber: Sortable<number>;