@jugar/debounce-throttle
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

debounce-throttle

  • NPM Install
npm install @jugar/json-beautify@latest
  • Usage
import { debounce } from '@jugar/debounce-throttle'

export const greeting = debounce((...params: unknown[]) => {
  const [str1, str2] = params as (string | undefined)[]
  console.log(str1, str2)
}

greeting('hello', 'world')

Readme

Keywords

Package Sidebar

Install

npm i @jugar/debounce-throttle

Weekly Downloads

7

Version

0.0.1

License

MIT

Unpacked Size

3.73 kB

Total Files

6

Last publish

Collaborators

  • sampung