We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FormatConfig
1 parent 7642289 commit 23651adCopy full SHA for 23651ad
.changeset/cuddly-cows-win.md
@@ -0,0 +1,5 @@
1
+---
2
+'@layerstack/utils': patch
3
4
+
5
+fix: Add `FormatConfig` as top-level export
packages/utils/src/lib/index.ts
@@ -10,6 +10,7 @@ export {
10
format,
11
formatWithLocale,
12
type FormatType,
13
+ type FormatConfig,
14
type FormatFunction,
15
type FormatFunctionProperties,
16
type FormatFunctions,
0 commit comments