UNPKG

@prelude/cmp

Version:

Cmp module.

5 lines (4 loc) 160 B
import type { R } from './prelude.js'; /** @returns string comparision function. */ declare const string_: (a: string, b: string) => R; export default string_;