is-number in parro-it/awesome-micro-npm-packages

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.

updated at Nov. 13, 2024, 10:48 p.m.

JavaScript

9 +0

260 +0

50 +0

GitHub
arr-flatten in parro-it/awesome-micro-npm-packages

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

updated at Nov. 1, 2024, 11:12 p.m.

JavaScript

6 +0

60 +0

16 +0

GitHub
arr-diff in parro-it/awesome-micro-npm-packages

Returns an array with only the unique values from all given arrays using strict equality for comparisons.

updated at Nov. 1, 2024, 11:12 p.m.

JavaScript

4 +0

46 +0

18 +0

GitHub
get-value in parro-it/awesome-micro-npm-packages

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

updated at Oct. 28, 2024, 8:19 a.m.

JavaScript

8 +0

247 +0

26 +0

GitHub
is-windows in bcoe/awesome-cross-platform-nodejs

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

updated at Oct. 19, 2024, 6:49 a.m.

JavaScript

5 +0

48 +0

13 +0

GitHub
gulp-htmlmin in davidsonfellipe/awesome-wpo, alferov/awesome-gulp

Minify HTML

updated at Oct. 16, 2024, 2:16 p.m.

HTML

14 +0

727 +0

57 +0

GitHub
deep-bind in parro-it/awesome-micro-npm-packages

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

updated at Sept. 22, 2024, 4:18 p.m.

JavaScript

3 +0

9 +0

2 +0

GitHub
set-value in parro-it/awesome-micro-npm-packages

Set nested properties on an object using dot-notation.

updated at July 26, 2024, 12:29 a.m.

JavaScript

9 +0

271 +0

41 +0

GitHub
has-value in parro-it/awesome-micro-npm-packages

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

updated at July 23, 2024, 2:03 a.m.

JavaScript

4 +0

26 +0

6 +0

GitHub
time-stamp in parro-it/awesome-micro-npm-packages, thoughtspile/awesome-tiny-js

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

updated at May 29, 2024, 11:46 a.m.

JavaScript

6 +0

111 +0

17 +0

GitHub
array-last in parro-it/awesome-micro-npm-packages

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

updated at Jan. 5, 2024, 2:04 p.m.

JavaScript

4 +0

35 +0

14 +0

GitHub
pad-left in parro-it/awesome-micro-npm-packages

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

updated at Dec. 6, 2022, 1:07 a.m.

JavaScript

3 +0

44 +0

8 +0

GitHub
array-first in parro-it/awesome-micro-npm-packages

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

updated at Dec. 26, 2021, 4:08 a.m.

JavaScript

3 +0

11 +0

14 +0

GitHub
normalize-pkg in parro-it/awesome-micro-npm-packages

Normalize values in package.json to improve compatibility, programmatic readability and usefulness with third party libs.

updated at May 15, 2021, 1 p.m.

JavaScript

3 +0

18 +0

2 +0

GitHub
in-array in parro-it/awesome-micro-npm-packages

Return true if a value exists in an array. Faster than using indexOf and won't blow up on null values.

updated at April 12, 2021, 10:36 p.m.

JavaScript

3 +0

16 +0

1 +0

GitHub