From 11a04ff5ce8541121e1e3d4cd1babbf21b4891ae Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Thu, 22 Feb 2024 22:48:23 +0530 Subject: [PATCH] chore: export convertSecondsTotTimeUnit func --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index a2aff3c..5e4d454 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,6 +4,7 @@ import { formatDate, getContrastingTextColor, trimContent, + convertSecondsToTimeUnit, } from './helpers'; import { parseBoolean } from './string'; @@ -31,4 +32,5 @@ export { replaceVariablesInMessage, getUndefinedVariablesInMessage, createTypingIndicator, + convertSecondsToTimeUnit, };