Skip to content

Commit

Permalink
chore: export convertSecondsTotTimeUnit func
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnu-narayanan committed Feb 22, 2024
1 parent d2aa147 commit 11a04ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
formatDate,
getContrastingTextColor,
trimContent,
convertSecondsToTimeUnit,
} from './helpers';

import { parseBoolean } from './string';
Expand Down Expand Up @@ -31,4 +32,5 @@ export {
replaceVariablesInMessage,
getUndefinedVariablesInMessage,
createTypingIndicator,
convertSecondsToTimeUnit,
};

0 comments on commit 11a04ff

Please sign in to comment.