Skip to content

Commit

Permalink
feat: Added isMainReady
Browse files Browse the repository at this point in the history
  • Loading branch information
icleitoncosta committed Aug 3, 2022
1 parent ee28ace commit cd411bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/conn/functions/index.ts
Expand Up @@ -20,6 +20,7 @@ export { getMyUserId } from './getMyUserId';
export { isAuthenticated } from './isAuthenticated';
export { isIdle } from './isIdle';
export { isMainLoaded } from './isMainLoaded';
export { isMainReady } from './isMainReady';
export { isMultiDevice } from './isMultiDevice';
export { logout } from './logout';
export { refreshQR } from './refreshQR';
Expand Down

0 comments on commit cd411bd

Please sign in to comment.