@softwaretechnik/despringen
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

Despringen

A simple debounce library in typescript.

Example

const f = debounce((i: number) => (used = i), 50);

f(1);
f(2);
f(3);
// 3

Readme

Keywords

none

Package Sidebar

Install

npm i @softwaretechnik/despringen

Weekly Downloads

2

Version

1.0.5

License

ISC

Unpacked Size

16.8 kB

Total Files

11

Last publish

Collaborators

  • barnardb
  • lucastorri