Skip to content

Commit 3a5c710

Browse files
committed
fixup! chore(docs): update README.md
1 parent 0b9dc9d commit 3a5c710

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ A comprehensive suite of string/format validators for safe input and API checks.
397397
- `isIPv4(str: string): boolean`
398398
- `isIPv6(str: string): boolean`
399399
- `isCreditCard(str: string): boolean`
400-
- `isJSON(str: string): boolean`
400+
- `isValidJSON(str: string): boolean`
401401
- `isObject(value: unknown): value is Record<string, unknown>`
402402
- `isArray<T = unknown>(value: unknown, itemGuard?: (item: unknown) => item is T): value is T[]`
403403
- `isBase64(str: string): boolean`

0 commit comments

Comments
 (0)