Skip to content

Commit 0b5c5d2

Browse files
committed
feat: add formatNumberWithCommas description to README
1 parent 9881be1 commit 0b5c5d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ storage.set("data", { key: "value" });
171171
### FormatUtil
172172

173173
- `formatPhoneNumber(phone: string): string` - Formats a phone number string to a standard format (e.g., "010-1234-5678")
174+
- `formatNumberWithCommas(value: number | string | null | undefined): string` - Converts numbers or strings to comma-separated format (e.g., "1,234,567"). Returns empty string for null/undefined values.
174175

175176
### ValidationUtil
176177

0 commit comments

Comments
 (0)