UNPKG

@prelude/cmp

Version:

Cmp module.

8 lines (7 loc) 197 B
import type { R } from './prelude.js'; /** * @returns sign of a number. * @throws {@link TypeError} if `value` are {@link NaN}. */ declare const sign: (value: number) => R; export default sign;