js-is-integer

Integer checker

A polyfill implementation of the ES2015 Number.isInteger function in JavaScript

ES2015 (ES6) Number.isInteger polyfill

GitHub

12 stars
1 watching
3 forks
Language: JavaScript
last commit: over 9 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
jonschlinkert/is-numberUtility function to check if a value is a number or string representation of a number262
es-shims/array.prototype.somePolyfills an ES5 method to check if any element in an array meets a condition2
es-shims/object-isA shim for comparing values in JavaScript25
paulmillr/array.prototype.findindexPolyfills ES6 Array.prototype.findIndex for older environments28
juliangruber/isarrayA polyfill for Array.isArray to support older browsers and Node.js versions.132
es-shims/array.prototype.everyA polyfill for the Array.prototype.every method to enable it in older JavaScript environments.7
sindresorhus/is-observableTool to check if a value is an Observable40
jonschlinkert/in-arrayReturns true if a value exists in an array without searching the entire array or handling null values16
aazuspan/ee-polyfillA polyfill project that adds modern JavaScript methods (ES6+) to the Earth Engine Code Editor1
cujojs/polyA collection of individual modules that fill in the gaps in older browsers' support for modern JavaScript standards139
es-shims/array-includesA polyfill for the Array.prototype.includes method in older JavaScript environments43
syntax-tree/unist-util-isUtility to check if nodes match specific patterns38
yarax/eslint-plugin-typelintAn ESLint plugin for static type checking in JavaScript based on JSDoc and data structures common in software development.175
jonschlinkert/has-valueA utility function to check if an object value exists at a given path or is not empty26
dcousens/is-sortedA small utility module to check if an ordered list of values is in the correct sequence23