is-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.

License

MIT License

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.

Creator

jonschlinkert

Related apps

arr-diff

Returns an array with only the unique values from all given arrays using strict

JavaScript44mit

2 years ago

arrarraydiff

gulp-htmlmin

Minify HTML

HTML731mit

4 years ago

gulpgulppluginhtml

time-stamp

Get a formatted timestamp. Used in gulp, assemble, generate, and many others.

JavaScript112mit

3 years ago

datedatetimedays

array-last

Return the last element in an array. Faster than `.slice`

JavaScript34mit

2 years ago

arrayelementjavascript

deep-bind

Bind a context to all functions in an object, including deeply nested functions.

JavaScript8mit

5 years ago

bindcontextfunction

get-value

Use property paths (`a.b.c`) get a nested value from an object.

JavaScript223mit

last year

deepdeep-propertydot-notation

has-value

Returns true if a value exists, false if empty. Works with deeply nested values

JavaScript27mit

6 years ago

checkdot-notationjavascript

in-array

Return true if a value exists in an array. Faster than using indexOf and won't b

JavaScript16mit

8 years ago

arrayjavascriptnodejs

is-windows

Returns true if the platform is Windows (and Cygwin or MSYS/MinGW for unit tests

JavaScript50mit

5 years ago

amdbrowsercommonjs

normalize-pkg

Normalize values in package.json to improve compatibility, programmatic readabil

JavaScript18mit

4 years ago

javascriptjonschlinkertjson

pad-left

Left pad a string with zeros or a specified string. Fastest implementation.

JavaScript44mit

2 years ago

fillleftpad

set-value

Set nested properties on an object using dot-notation.

JavaScript260mit

last year

deep-propertydotdot-notation

array-first

Get the first element or first n elements of an array.

JavaScript11mit

3 years ago

arrayfirstjavascript

arr-flatten

Recursively flatten an array or arrays. This is the fastest implementation of ar

JavaScript59mit

2 years ago

arrayflattenjavascript