UNPKG

@lou.codes/constants

Version:

🔢 Shared constants and aliases to static methods, values and symbols.

4 lines (3 loc) • 145 B
export declare const isFinite: (number: unknown) => boolean, isNaN: (number: unknown) => boolean, isSafeInteger: (number: unknown) => boolean;