UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 118 B
/** * Check if value is an integer */ declare function isInteger(val: any): boolean; export default isInteger;