Add duration string util

This commit is contained in:
jeffvli 2023-01-02 17:56:09 -08:00
parent 7b13e24ce4
commit c56f6a355d
2 changed files with 25 additions and 0 deletions

View file

@ -5,3 +5,4 @@ export * from './constrain-sidebar-width';
export * from './title-case';
export * from './get-header-color';
export * from './parse-search-params';
export * from './format-duration-string';