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