Files
sashinexists/node_modules/dettle/dist/index.js
2024-12-07 13:18:31 +11:00

6 lines
133 B
JavaScript

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