@lyo/p-debounce
v2.1.0
Published
Browser-compatible version of p-debounce
Downloads
8
Readme
@lyo/p-debounce
A browser-compatible version of p-debounce built automatically with Lyo.
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