()
| 104 | |
| 105 | // Always-available methods (PropertyOptions keys) |
| 106 | nullable(): PropertyChain<Value, Omit<Options, 'nullable'> & { nullable: true }>; |
| 107 | strictNullable(): PropertyChain< |
| 108 | Value, |
| 109 | Omit<Options, 'nullable' | 'strictNullable'> & { nullable: true; strictNullable: true } |
no outgoing calls
no test coverage detected