UNPKG

@tempfix/watcher

Version:

The file system watcher that strives for perfection, with no native dependencies and optional rename detection support.

4 lines (3 loc) 107 B
import debounce from './debounce.js'; import throttle from './throttle.js'; export { debounce, throttle };