* Coerce the value into this type * @param value - The value to be coerced * @param options - Options for coercion * @returns Coerced value of this type
(value: any, options?: Options)
| 41 | * @returns Coerced value of this type |
| 42 | */ |
| 43 | coerce(value: any, options?: Options): T | null | undefined; |
| 44 | |
| 45 | /** |
| 46 | * Serialize a value into json |
no outgoing calls
no test coverage detected