4 lines
107 B
TypeScript
4 lines
107 B
TypeScript
import debounce from './debounce.js';
|
|
import throttle from './throttle.js';
|
|
export { debounce, throttle };
|