Skip to content

Commit

Permalink
chore(util): expose paced and sleep helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenoak committed Dec 26, 2023
1 parent a1498bb commit 2423c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { nextFrame } from './util';
import { nextFrame, paced, sleep } from './util';

export { nextFrame };
export { nextFrame, paced, sleep };

0 comments on commit 2423c28

Please sign in to comment.