js-is-integer
Integer checker
A polyfill implementation of the ES2015 Number.isInteger function in JavaScript
ES2015 (ES6) Number.isInteger polyfill
12 stars
1 watching
3 forks
Language: JavaScript
last commit: almost 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Utility function to check if a value is a number or string representation of a number | 262 |
| Polyfills an ES5 method to check if any element in an array meets a condition | 2 |
| A shim for comparing values in JavaScript | 25 |
| Polyfills ES6 Array.prototype.findIndex for older environments | 28 |
| A polyfill for Array.isArray to support older browsers and Node.js versions. | 132 |
| A polyfill for the Array.prototype.every method to enable it in older JavaScript environments. | 7 |
| Tool to check if a value is an Observable | 40 |
| Returns true if a value exists in an array without searching the entire array or handling null values | 16 |
| A polyfill project that adds modern JavaScript methods (ES6+) to the Earth Engine Code Editor | 1 |
| A collection of individual modules that fill in the gaps in older browsers' support for modern JavaScript standards | 139 |
| A polyfill for the Array.prototype.includes method in older JavaScript environments | 43 |
| Utility to check if nodes match specific patterns | 38 |
| An ESLint plugin for static type checking in JavaScript based on JSDoc and data structures common in software development. | 175 |
| A utility function to check if an object value exists at a given path or is not empty | 26 |
| A small utility module to check if an ordered list of values is in the correct sequence | 23 |