(checks: ReadonlyArray<Check<unknown>>, tag: string)
| 1392 | * **Details** |
| 1393 | * |
| 1394 | * Default JSON serialization: |
| 1395 | * |
| 1396 | * - Finite numbers are serialized as JSON numbers. |
| 1397 | * - `Infinity`, `-Infinity`, and `NaN` are serialized as JSON strings. |
| 1398 | * |
| 1399 | * If the node has an `isFinite` or `isInt` check, the string fallback is |
| 1400 | * skipped since non-finite values cannot occur. |
| 1401 | * |
| 1402 | * @see {@link number} |
| 1403 | * @see {@link isNumber} |
| 1404 | * @category models |
| 1405 | * @since 4.0.0 |
| 1406 | */ |
no test coverage detected
searching dependent graphs…