Files
watcher/dist_ts/dettle/index.d.ts

4 lines
107 B
TypeScript
Raw Normal View History

2024-04-18 21:12:37 +02:00
import debounce from './debounce.js';
import throttle from './throttle.js';
export { debounce, throttle };