image-promise by bfred-it

🎑🤞 Load one or more images, return a promise. Tiny, browser-only, no dependencies.

updated at Jan. 9, 2024, 2:06 p.m.

TypeScript

4 +0

145 +0

16 +0

GitHub
array-last by jonschlinkert

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
to-title-case by ianstormtaylor

Convert a string to a title case.

updated at Dec. 29, 2023, 10 a.m.

JavaScript

3 +0

18 +0

6 +0

GitHub
delegate by zenorocha

Lightweight event delegation

updated at Dec. 13, 2023, 10:02 a.m.

JavaScript

5 +0

183 +0

30 +0

GitHub
is-generator by blakeembrey

Check whether a given value is a generator function

updated at Dec. 7, 2023, 8:51 a.m.

JavaScript

3 +0

15 +0

5 +0

GitHub
split by dominictarr

None

updated at Nov. 10, 2023, 3:21 p.m.

JavaScript

10 +0

347 +0

39 +0

GitHub
is-sorted by dcousens

A small module to check if an Array is sorted

updated at Nov. 1, 2023, 8:18 a.m.

JavaScript

3 +0

22 +0

31 +0

GitHub
arr-flatten by jonschlinkert

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

updated at Oct. 27, 2023, 8:09 a.m.

JavaScript

6 +0

59 +0

16 +0

GitHub
to-no-case by ianstormtaylor

Remove an existing case from a string.

updated at Sept. 13, 2023, 10:04 a.m.

JavaScript

3 +0

17 +0

5 +0

GitHub
to-space-case by ianstormtaylor

Convert a string to a space case.

updated at Sept. 13, 2023, 10:01 a.m.

JavaScript

3 +0

6 +0

3 +0

GitHub
time-stamp by jonschlinkert

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

updated at Sept. 5, 2023, 9:32 p.m.

JavaScript

6 +0

112 +0

18 +0

GitHub
promise-all-props by Siilwyn

Like `Promise.all` but for object properties.

updated at Aug. 31, 2023, 9:24 a.m.

JavaScript

3 +0

10 +0

2 +0

GitHub
my-prime by jinnatul

Finds prime numbers using the Sieve of Eratosthenes algorithm.

updated at Aug. 18, 2023, 2:04 p.m.

JavaScript

2 +0

2 +0

0 +0

GitHub
arr-diff by jonschlinkert

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

updated at July 23, 2023, 6:20 p.m.

JavaScript

4 +0

44 +0

18 +0

GitHub
unordered-array-remove by mafintosh

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

updated at July 21, 2023, 8:46 a.m.

JavaScript

4 +0

117 +0

8 +0

GitHub
to-camel-case by ianstormtaylor

Convert a string to a camel case.

updated at July 7, 2023, 9:53 a.m.

JavaScript

3 +0

36 +0

3 +0

GitHub
is-empty-object by gummesson

Check if an object is empty.

updated at June 19, 2023, 12:36 a.m.

JavaScript

2 +0

11 +0

4 +0

GitHub
to-capital-case by ianstormtaylor

Convert a string to a capital case.

updated at May 22, 2023, 10:29 p.m.

JavaScript

3 +0

11 +0

2 +0

GitHub
node-du by rvagg

A simple JavaScript implementation of `du -sb`

updated at April 30, 2023, 4:26 p.m.

JavaScript

3 +0

29 +0

11 +0

GitHub
compose-tiny by hipstersmoothie

A very tiny and fast compose function.

updated at April 3, 2023, 1:32 p.m.

JavaScript

3 +0

46 +0

2 +0

GitHub