UNPKG

@tempfix/watcher

Version:

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

10 lines (5 loc) 135 B
/* IMPORT */ import debounce from './debounce.js'; import throttle from './throttle.js'; /* EXPORT */ export {debounce, throttle};