2.1.0 • Published 4 years ago

@lyo/p-debounce v2.1.0

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

@lyo/p-debounce

A browser-compatible version of p-debounce built automatically with Lyo.

Version Build Hits

Usage

In a browser

<script src="https://cdn.jsdelivr.net/npm/@lyo/p-debounce"></script>

<script>
  pDebounce(foo, bar);
</script>

In Node.js

# Install
npm i @lyo/p-debounce
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

2.1.0

4 years ago