writable stream that concatenates strings or data and calls a callback with the result
updated at Sept. 25, 2024, 9:17 a.m.
Lightweight and simple JS date formatting and parsing
updated at Sept. 28, 2024, 12:09 a.m.
Like `Promise.all` but for object properties.
updated at Oct. 2, 2024, 5:03 p.m.
simple curry module, with nothing *too clever*, and full test coverage
updated at Oct. 2, 2024, 5:03 p.m.
I'll give you the right URL, but don't call me Shirley!
updated at Oct. 10, 2024, 2:01 p.m.
Test whether an object looks like a promises-a+ promise
updated at Oct. 17, 2024, 3:23 a.m.
🎀 Just the cutest and tiniest queue/deque implementation!
updated at Oct. 18, 2024, 6:03 a.m.
some best practices for JS modules
updated at Oct. 22, 2024, 5:57 p.m.
Transform your data as it pass by, synchronously.
updated at Oct. 22, 2024, 8:15 p.m.
Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
updated at Oct. 23, 2024, 4:53 a.m.
Map object keys and values into a new object
updated at Oct. 25, 2024, 5:56 a.m.
Merge two objects and concatenate arrays that are values of the same object key.
updated at Oct. 25, 2024, 4:57 p.m.
Efficiently remove an element from an unordered array without doing a splice
updated at Oct. 27, 2024, 8:31 p.m.
Check if something is a Node.js stream
updated at Oct. 28, 2024, 5:10 a.m.
Use property paths (`a.b.c`) get a nested value from an object.
updated at Oct. 28, 2024, 8:19 a.m.
Resolves a promise after a specified delay.
updated at Nov. 1, 2024, 6:25 p.m.