UNPKG

@prelude/cmp

Version:

Cmp module.

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