Skip to main content
Module

x/fun/number.ts>SortableNumber

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Latest
variable SortableNumber
import { SortableNumber } from "https://deno.land/x/fun@v2.0.0/number.ts";

The canonical implementation of Sortable for number. It contains the method compare.

type

Sortable<number>