is-number
Number checker
Utility function to check if a value is a number or string representation of a number
JavaScript/Node.js utility. Returns true
if the value is a number or string number. Useful for checking regex match results, user input, parsed strings, etc.
262 stars
9 watching
49 forks
Language: JavaScript
last commit: over 2 years ago
Linked from 1 awesome list
floatintegerisisnanjavascriptjonschlinkertnannegativenodejsnumbernumericrealzero
Related projects:
Repository | Description | Stars |
---|---|---|
| A utility function to check if an object value exists at a given path or is not empty | 26 |
| Returns true if a value exists in an array without searching the entire array or handling null values | 16 |
| A polyfill implementation of the ES2015 Number.isInteger function in JavaScript | 12 |
| Tool to check if a value is an Observable | 40 |
| Returns an array with unique values from multiple arrays using strict equality comparisons | 46 |
| Returns one or more elements from the beginning of an array | 11 |
| Utility to check if nodes match specific patterns | 38 |
| Returns the last element(s) in an array | 35 |
| A library that allows you to set nested properties on an object using dot notation. | 272 |
| Utility to check if a node matches certain element criteria in HTML or document structures | 12 |
| Binds a context to all functions in an object and its nested functions | 9 |
| Generates unique sequential IDs with optional prefix and suffix. | 17 |
| Checks whether a website is functioning correctly or not. | 388 |
| A utility library that provides a simple way to access nested properties of objects using dot notation. | 247 |
| A shim for comparing values in JavaScript | 25 |