# 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
