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