forked from sashin/sashinexists
run npm install to generate a package lock
This commit is contained in:
5
node_modules/dettle/dist/index.d.ts
generated
vendored
Normal file
5
node_modules/dettle/dist/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import debounce from './debounce.js';
|
||||
import throttle from './throttle.js';
|
||||
import type { DebounceOptions, Debounced, ThrottleOptions, Throttled } from './types.js';
|
||||
export { debounce, throttle };
|
||||
export type { DebounceOptions, Debounced, ThrottleOptions, Throttled };
|
||||
Reference in New Issue
Block a user