Skip to main content
Module

x/hkts/types.ts>Ordering

Functional programming tools: option, either, task, state, optics, etc.
Latest
type alias Ordering
import { type Ordering } from "https://deno.land/x/hkts@v0.0.52/types.ts";

Ordering Type

Ordering is a type alias for -1 | 0 | 1 consts


definition: -1 | 0 | 1