Provides useful methods for reshaping collections.
npm install @l33tc0d3/reshape
Documentation is available here.
# install dependencies
bun install
# test the app
bun test
# build the app, available under dist
bun run build
# build the docs, available under docs
bun docs
MIT