<hr/>

# <:packageName:>

> <:description:>

```sh
npm i <:packageName:>
```

<p>
  <a href="https://bundlephobia.com/result?p=<:packageName:>">
    <img alt="Bundlephobia" src="https://img.shields.io/bundlephobia/minzip/<:packageName:>?style=for-the-badge&labelColor=24292e">
  </a>
  <a aria-label="Types" href="https://www.npmjs.com/package/<:packageName:>">
    <img alt="Types" src="https://img.shields.io/npm/types/<:packageName:>?style=for-the-badge&labelColor=24292e">
  </a>
  <a aria-label="Code coverage report" href="https://codecov.io/gh/<:repo:>">
    <img alt="Code coverage" src="https://img.shields.io/codecov/c/gh/<:repo:>?style=for-the-badge&labelColor=24292e">
  </a>
  <a aria-label="Build status" href="https://github.com/<:repo:>/actions/workflows/release.yml">
    <img alt="Build status" src="https://img.shields.io/github/workflow/status/<:repo:>/release/main?style=for-the-badge&labelColor=24292e">
  </a>
  <a aria-label="NPM version" href="https://www.npmjs.com/package/<:packageName:>">
    <img alt="NPM Version" src="https://img.shields.io/npm/v/<:packageName:>?style=for-the-badge&labelColor=24292e">
  </a>
  <a aria-label="License" href="https://jaredlunde.mit-license.org/">
    <img alt="MIT License" src="https://img.shields.io/npm/l/<:packageName:>?style=for-the-badge&labelColor=24292e">
  </a>
</p>

---

## Quick start

```js
import _ from '<:packageName:>'
```

## API

### someFunction()

#### Arguments

| Name | Type | Default | Required? | Description |
| ---- | ---- | ------- | --------- | ----------- |
|      |      |         |           |             |

## LICENSE

MIT
