/* IMPORT */ import debounce from './debounce.js'; import throttle from './throttle.js'; /* EXPORT */ export {debounce, throttle};