to-constant-case by ianstormtaylor

Convert a string to a constant case.

created at Sept. 19, 2013, 2:13 a.m.

JavaScript

3 +0

4 +0

3 +0

GitHub
to-capital-case by ianstormtaylor

Convert a string to a capital case.

created at Sept. 19, 2013, 12:37 a.m.

JavaScript

3 +0

11 +0

2 +0

GitHub
to-camel-case by ianstormtaylor

Convert a string to a camel case.

created at Sept. 19, 2013, 12:16 a.m.

JavaScript

3 +0

36 +0

3 +0

GitHub
pad-left by jonschlinkert

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

created at Nov. 30, 2014, 7:21 p.m.

JavaScript

3 +0

44 +0

8 +0

GitHub
decamelize by sindresorhus

Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow

created at Jan. 24, 2015, 10:57 a.m.

JavaScript

9 +0

233 +0

25 +0

GitHub
array.chunk by zhiyelee

Split array/TypedArray to chunks of given size

created at Jan. 6, 2016, 4:29 a.m.

JavaScript

1 +0

11 +0

0 +0

GitHub
group-array by doowb

Group array of objects into lists.

created at July 19, 2015, 6:29 p.m.

JavaScript

3 +0

57 +0

14 +0

GitHub
mirrarray by johnwquarles

NPM module for creating a keymirror object from an array of strings

created at Sept. 5, 2017, 11:47 p.m.

JavaScript

2 +0

5 +0

2 +0

GitHub
swap-array by michaelzoidl

Swaps the index / position of an array

created at April 20, 2016, 6:22 a.m.

JavaScript

2 +0

7 +0

4 +0

GitHub
unordered-array-remove by mafintosh

Efficiently remove an element from an unordered array without doing a splice

created at Dec. 30, 2015, 2:31 p.m.

JavaScript

4 +0

117 +0

8 +0

GitHub
in-array by jonschlinkert

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

created at June 26, 2014, 10:48 a.m.

JavaScript

3 +0

16 +0

1 +0

GitHub
map-array by parro-it

Map object keys and values into an array.

created at Feb. 8, 2016, 11:10 p.m.

JavaScript

2 +0

4 +0

0 +0

GitHub
filled-array by sindresorhus

Returns an array filled with the specified input

created at Nov. 4, 2015, 12:20 p.m.

JavaScript

7 +0

43 +0

5 +0

GitHub
arr-diff by jonschlinkert

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

created at Sept. 26, 2014, 6:39 a.m.

JavaScript

4 +0

44 +0

18 +0

GitHub
array-range by mattdesl

creates a new array with given range

created at Nov. 9, 2014, 6:23 p.m.

JavaScript

4 +0

25 +0

6 +0

GitHub
dedupe by seriousManual

easy deduplication of array values

created at July 28, 2013, 5:56 p.m.

TypeScript

2 +0

24 +0

7 +0

GitHub
arr-flatten by jonschlinkert

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

created at Sept. 26, 2014, 1:59 a.m.

JavaScript

6 +0

59 +0

16 +0

GitHub
array-last by jonschlinkert

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

created at June 28, 2014, 11:50 a.m.

JavaScript

4 +0

35 +0

14 +0

GitHub
array-first by jonschlinkert

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

created at Dec. 12, 2014, 11:06 a.m.

JavaScript

3 +0

11 +0

13 +0

GitHub
is-sorted by dcousens

A small module to check if an Array is sorted

created at May 18, 2015, 3:43 a.m.

JavaScript

3 +0

22 +0

31 +0

GitHub