Skip to content

Commit

Permalink
feat: add two function
Browse files Browse the repository at this point in the history
  • Loading branch information
chaxus committed Dec 9, 2023
1 parent c6864c8 commit e343fc0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/ranuts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import {
generateThrottle,
getAllQueryString,
getCookie,
getFrame,
getFreshUrl,
getPixelRatio,
isClient,
Expand All @@ -32,6 +33,7 @@ import {
mergeExports,
noop,
perToNum,
performanceTime,
querystring,
range,
removeClassToElement,
Expand Down Expand Up @@ -100,7 +102,9 @@ export {
timeFormat,
range,
reactify,
generateThrottle
generateThrottle,
getFrame,
performanceTime
};

export const EventEmitter = SyncHook;

0 comments on commit e343fc0

Please sign in to comment.