Skip to content

Commit

Permalink
re-export debounce and throttle functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Matchlighter committed Feb 21, 2024
1 parent b9c6e63 commit f12ea0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/runtime/sleep.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,8 @@ export function sleep(time_ms: number) {
export function sleep_until(u: Date) {
return new SleeperPromise(u.getTime());
}

export {
debounce,
throttle
} from "@matchlighter/common_library/limit"

0 comments on commit f12ea0d

Please sign in to comment.