![]() |
hace 3 años | |
---|---|---|
.. | ||
lib | hace 3 años | |
test | hace 3 años | |
.editorconfig | hace 3 años | |
.npmignore | hace 3 años | |
.travis.yml | hace 3 años | |
LICENSE | hace 3 años | |
README.md | hace 3 años | |
package.json | hace 3 años | |
yarn.lock | hace 3 años |
Checks whether provided parameter looks like a number
true
if val
looks like a number, false
otherwiseconst isNumberLike = require('is-number-like')
isNumberLike('2') // true
isNumberLike('a') // false