Files

10 lines
135 B
TypeScript
Raw Permalink Normal View History

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