rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
updated at Nov. 7, 2024, 8:04 a.m.
Stringify an object/array like JSON.stringify just without all the double-quotes
updated at Nov. 2, 2024, 2:03 a.m.
Recursively flatten an array or arrays. This is the fastest implementation of array flatten.
updated at Nov. 1, 2024, 11:12 p.m.
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.
Resolves a promise after a specified delay.
updated at Nov. 1, 2024, 6:25 p.m.
Use property paths (`a.b.c`) get a nested value from an object.
updated at Oct. 28, 2024, 8:19 a.m.
Check if something is a Node.js stream
updated at Oct. 28, 2024, 5:10 a.m.
Efficiently remove an element from an unordered array without doing a splice
updated at Oct. 27, 2024, 8:31 p.m.
Merge two objects and concatenate arrays that are values of the same object key.
updated at Oct. 25, 2024, 4:57 p.m.
Map object keys and values into a new object
updated at Oct. 25, 2024, 5:56 a.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.
Transform your data as it pass by, synchronously.
updated at Oct. 22, 2024, 8:15 p.m.
some best practices for JS modules
updated at Oct. 22, 2024, 5:57 p.m.
🎀 Just the cutest and tiniest queue/deque implementation!
updated at Oct. 18, 2024, 6:03 a.m.