Skip to content

Commit

Permalink
✨ new utility method — Deferred
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Nov 7, 2023
1 parent 917c70f commit 143ffcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ export { default as yieldControl } from './src/yieldControl'
export { default as isTimeToYield } from './src/isTimeToYield'

// utility
export { default as Deferred } from './src/Deferred'
export { default as queueTask } from './src/queueTask'
export { default as afterFrame } from './src/afterFrame'

0 comments on commit 143ffcc

Please sign in to comment.