Skip to content

Commit

Permalink
fix: Exports typing status utils (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsivin committed Dec 20, 2023
1 parent ae83040 commit 602de3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Expand Up @@ -14,6 +14,8 @@ import {
getUndefinedVariablesInMessage,
} from './canned';

import { createTypingIndicator } from './typingStatus';

export {
debounce,
formatTime,
Expand All @@ -28,4 +30,5 @@ export {
getMessageVariables,
replaceVariablesInMessage,
getUndefinedVariablesInMessage,
createTypingIndicator,
};

0 comments on commit 602de3f

Please sign in to comment.