Skip to main content
Module

x/tui/mod.ts>CompareFn

🦕 Deno module for creating Terminal User Interfaces
Latest
type alias CompareFn
import { type CompareFn } from "https://deno.land/x/tui@2.1.11/mod.ts";
definition: (a: T, b: T) => number