Skip to content

Function

Tiny utilities for asynchronous control flow.

  • debounce — debounces a function, returning a Promise that resolves with the eventual result.
  • waitFor — promisified setTimeout.