debounce-js

1.0.0 • Public • Published

Just another debounce.

Usage

import debounce, { debounce_leading } from 'debounce-js'
function fnc() {}
const fn = debounce(fnc, 200)

Readme

Keywords

none

Package Sidebar

Install

npm i debounce-js

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

6.9 kB

Total Files

5

Last publish

Collaborators

  • chenxsan