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: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jonschlinkert/is-number | Utility function to check if a value is a number or string representation of a number | 260 |
es-shims/array.prototype.some | Polyfills an ES5 method to check if any element in an array meets a condition | 2 |
es-shims/object-is | A shim for comparing values in JavaScript | 25 |
paulmillr/array.prototype.findindex | Polyfills ES6 Array.prototype.findIndex for older environments | 28 |
juliangruber/isarray | A polyfill for Array.isArray to support older browsers and Node.js versions. | 132 |
es-shims/array.prototype.every | A polyfill for the Array.prototype.every method to enable it in older JavaScript environments. | 7 |
sindresorhus/is-observable | Tool to check if a value is an Observable | 39 |
jonschlinkert/in-array | Returns true if a value exists in an array without searching the entire array or handling null values | 16 |
aazuspan/ee-polyfill | A polyfill project that adds modern JavaScript methods (ES6+) to the Earth Engine Code Editor | 1 |
cujojs/poly | A collection of individual modules that fill in the gaps in older browsers' support for modern JavaScript standards | 139 |
es-shims/array-includes | A polyfill for the Array.prototype.includes method in older JavaScript environments | 43 |
syntax-tree/unist-util-is | Utility to check if nodes match specific patterns | 38 |
yarax/eslint-plugin-typelint | An ESLint plugin for static type checking in JavaScript based on JSDoc and data structures common in software development. | 175 |
jonschlinkert/has-value | A utility function to check if an object value exists at a given path or is not empty | 26 |
dcousens/is-sorted | A small utility module to check if an ordered list of values is in the correct sequence | 23 |