# fast-sort-lens

> API wrapper around fast-sort

[![Build Status](https://img.shields.io/github/actions/workflow/status/magicdawn/fast-sort-lens/ci.yml?style=flat-square&branch=main)](https://github.com/magicdawn/fast-sort-lens/actions/workflows/ci.yml)
[![Coverage Status](https://img.shields.io/codecov/c/github/magicdawn/fast-sort-lens.svg?style=flat-square)](https://codecov.io/gh/magicdawn/fast-sort-lens)
[![npm version](https://img.shields.io/npm/v/fast-sort-lens.svg?style=flat-square)](https://www.npmjs.com/package/fast-sort-lens)
[![npm downloads](https://img.shields.io/npm/dm/fast-sort-lens.svg?style=flat-square)](https://www.npmjs.com/package/fast-sort-lens)
[![npm license](https://img.shields.io/npm/l/fast-sort-lens.svg?style=flat-square)](http://magicdawn.mit-license.org)

<img src="https://github.com/magicdawn/fast-sort-lens/assets/4067115/bf686315-1c51-4da0-9dee-3c591a2c52ab" width="700" />

## Install

```sh
$ pnpm add fast-sort-lens
```

## API

```ts
import { fastOrderBy, fastSortWithOrders } from 'fast-sort-lens'
```

## Changelog

[CHANGELOG.md](CHANGELOG.md)

## License

the MIT License http://magicdawn.mit-license.org
