Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
muhsin-k committed Dec 20, 2023
2 parents 9286747 + 602de3f commit 3b0d5a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
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 3b0d5a6

Please sign in to comment.