Serializes JavaScript objects to URLSearchParams.
I find myself writing `item = item instanceof Array ? item : [item]` a lot, so I decided to make a simple library to does it for me. A few examples:
Checks if arrays have no value in common.
Runs a list of async tasks, passing the results of each into the next one
i18n compiler that generates TypeScript functions from JSON translations
Finds first value passing a test.
Browserify transform to convert ES5 syntax to be ES3-compatible.
Combines an array of AbortSignals into a single signal that is aborted when any signal is
Allow parsing of async generator functions
Nunjucks module for NestJS
Test if a value is an array of arrays.
Helps to perform transformations with boolean attributes
Simple data set export to Excel xlsx file
Sort an array of numbers
Multiplatform WASM SDK containing the most common CML crates for Cardano blockchain functionality
Node-RED nodes to help flow looping.
Babel preset for stage 3 plugins
LeafyGreen UI Kit Custom Hooks
throttle async and promise-returning functions. Other packages don't do it right.
TypeScript definitions for sort-array
Command-line JSON viewer
Babel preset for stage 2 plugins
Responsive React grid system built with Styled System, with support for Emotion and Styled Components
Chai JS Plugin for testing if an array has sorted values (strings, numbers, booleans). Very helpful when writing tests for features that implement Array.prototype.sort()