Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.188.80.46
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
is-number-like /
Delete
Unzip
Name
Size
Permission
Date
Action
lib
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
test
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
.editorconfig
188
B
-rw-rw-r--
2022-08-30 11:49
.npmignore
21
B
-rw-rw-r--
2022-08-30 11:49
.travis.yml
237
B
-rw-rw-r--
2022-08-30 11:49
LICENSE
728
B
-rw-rw-r--
2022-08-30 11:49
README.md
1.17
KB
-rw-rw-r--
2022-08-30 11:49
package.json
1.36
KB
-rw-rw-r--
2022-08-30 11:49
yarn.lock
90.57
KB
-rw-rw-r--
2022-08-30 11:49
Save
Rename
# is-number-like <!-- VDOC.badges travis; standard; npm; coveralls --> <!-- DON'T EDIT THIS SECTION (including comments), INSTEAD RE-RUN `vdoc` TO UPDATE --> [](https://travis-ci.org/vigour-io/is-number-like) [](http://standardjs.com/) [](https://badge.fury.io/js/is-number-like) [](https://coveralls.io/github/vigour-io/is-number-like?branch=master) <!-- VDOC END --> <!-- VDOC.jsdoc isNumberLike --> <!-- DON'T EDIT THIS SECTION (including comments), INSTEAD RE-RUN `vdoc` TO UPDATE --> #### var looksLikeNumber = isNumberLike(val) Checks whether provided parameter looks like a number - **val** (*any*) - the value to check - **returns** (*boolean*) looksLikeNumber - `true` if `val` looks like a number, `false` otherwise <!-- VDOC END --> ```javascript const isNumberLike = require('is-number-like') isNumberLike('2') // true isNumberLike('a') // false ```