UNPKG

@prelude/cmp

Version:

Cmp module.

5 lines (4 loc) 193 B
import type { Cmp } from './prelude.js'; /** @returns `null` comparision function; `null` value is considered lower than non-`null`. */ declare const null_: Cmp<unknown>; export default null_;