Files
watcher/ts/dettle/index.ts
2024-04-18 21:12:37 +02:00

10 lines
135 B
TypeScript
Executable File

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