Skip to content

Commit

Permalink
πŸ”€ afterFrame() export β†’ requestAfterFrame()
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Feb 6, 2024
1 parent 4f91e62 commit db0c4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ export type { default as SchedulingStrategy } from './src/SchedulingStrategy'
// utility
export { default as queueTask } from './src/utils/queueTask'
export { default as withResolvers } from './src/utils/withResolvers'
export { default as afterFrame } from './src/utils/requestAfterFrame'
export { default as requestAfterFrame } from './src/utils/requestAfterFrame'

0 comments on commit db0c4c1

Please sign in to comment.