@l33tc0d3/reshape
Version:
Provides useful methods for reshaping collections
33 lines (19 loc) • 457 B
Markdown
reshape
Provides useful methods for reshaping collections.
# Installation
```npm install @l33tc0d3/reshape```
# Documentation
Documentation is available [here](https://antonmarsden.github.io/reshape).
# Development Setup
```bash
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
```
# License
MIT