Skip to content

Commit 23651ad

Browse files
committed
fix: Add FormatConfig as top-level export
1 parent 7642289 commit 23651ad

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/cuddly-cows-win.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export {
1010
format,
1111
formatWithLocale,
1212
type FormatType,
13+
type FormatConfig,
1314
type FormatFunction,
1415
type FormatFunctionProperties,
1516
type FormatFunctions,

0 commit comments

Comments
 (0)