update
This commit is contained in:
9
ts/dettle/index.ts
Executable file
9
ts/dettle/index.ts
Executable file
@@ -0,0 +1,9 @@
|
||||
|
||||
/* IMPORT */
|
||||
|
||||
import debounce from './debounce.js';
|
||||
import throttle from './throttle.js';
|
||||
|
||||
/* EXPORT */
|
||||
|
||||
export {debounce, throttle};
|
||||
Reference in New Issue
Block a user