Gets the value of the field represented by the given path.
(p: SchemaPath<PValue, SchemaPathRules>)
| 978 | |
| 979 | /** Gets the value of the field represented by the given path. */ |
| 980 | valueOf<PValue>(p: SchemaPath<PValue, SchemaPathRules>): PValue; |
| 981 | |
| 982 | // Note: These methods use a tautological conditional type (`[P] extends [any] ? ... : never`). |
| 983 | // This is required because the `FieldNodeContext` implementation returns a deferred conditional |
no outgoing calls
no test coverage detected