* Generate the default value for this type
()
| 26 | * Generate the default value for this type |
| 27 | */ |
| 28 | defaultValue(): T | null | undefined; |
| 29 | |
| 30 | /** |
| 31 | * Check if the given value can be coerced into this type |
no outgoing calls
no test coverage detected