Skip to content

Commit ebd6284

Browse files
committed
feat: add formatNumberWithCommas description to README
1 parent 76e6137 commit ebd6284

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
@@ -166,6 +166,7 @@ storage.set("data", { key: "value" });
166166
### FormatUtil
167167

168168
- `formatPhoneNumber(phone: string): string` - Formats a phone number string to a standard format (e.g., "010-1234-5678")
169+
- `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.
169170

170171
### ValidationUtil
171172

0 commit comments

Comments
 (0)