()
| 225 | ): HasKind<Options, 'm:n'> extends true ? PropertyChain<Value, Options> : never; |
| 226 | |
| 227 | array(): Options extends { kind: infer K extends string } |
| 228 | ? K extends 'embedded' | 'enum' |
| 229 | ? PropertyChain<Value, Omit<Options, 'array'> & { array: true }> |
| 230 | : never |
no outgoing calls
no test coverage detected