Describe the bug
The useFormatModifier function doesn't really fit the composable pattern: it doesn't touch on Vue's reactivity system in any meaningful way, and doesn't contain any internal state.
In the interests of avoiding confusion and bloat in our /composables repo, useFormatModifier should be refactored as a helper function and added to the /helpers directory.
Describe the bug
The
useFormatModifierfunction doesn't really fit the composable pattern: it doesn't touch on Vue's reactivity system in any meaningful way, and doesn't contain any internal state.In the interests of avoiding confusion and bloat in our
/composablesrepo,useFormatModifiershould be refactored as a helper function and added to the/helpersdirectory.