UNPKG

math-intrinsics

Version:

ES Math-related intrinsics and helpers, robustly cached.

3 lines (2 loc) 87 B
declare function isInteger(argument: unknown): argument is number; export = isInteger;