# @lyo/p-debounce

A browser-compatible version of [p-debounce](https://www.npmjs.com/package/p-debounce) built automatically with [Lyo](https://github.com/bokub/lyo).

[![Version](https://flat.badgen.net/npm/v/@lyo/p-debounce)](https://www.npmjs.com/package/@lyo/p-debounce)
[![Build](https://bokub.github.io/lyo/badge-flat.svg)](https://www.npmjs.com/package/@lyo/p-debounce)
[![Hits](https://data.jsdelivr.com/v1/package/npm/@lyo/p-debounce/badge)](https://www.jsdelivr.com/package/npm/@lyo/p-debounce)

## Usage

#### In a browser
```html
<script src="https://cdn.jsdelivr.net/npm/@lyo/p-debounce"></script>

<script>
  pDebounce(foo, bar);
</script>
```

#### In Node.js

```sh
# Install
npm i @lyo/p-debounce
```

```js
const pDebounce = require('@lyo/p-debounce')

pDebounce(foo, bar);
```

## Disclaimer

This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.

Use at your own risk