We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9dc9d commit 3a5c710Copy full SHA for 3a5c710
1 file changed
README.md
@@ -397,7 +397,7 @@ A comprehensive suite of string/format validators for safe input and API checks.
397
- `isIPv4(str: string): boolean`
398
- `isIPv6(str: string): boolean`
399
- `isCreditCard(str: string): boolean`
400
-- `isJSON(str: string): boolean`
+- `isValidJSON(str: string): boolean`
401
- `isObject(value: unknown): value is Record<string, unknown>`
402
- `isArray<T = unknown>(value: unknown, itemGuard?: (item: unknown) => item is T): value is T[]`
403
- `isBase64(str: string): boolean`
0 commit comments