( kinds: kinds, schema: NodeSchema<flattenListable<kinds>>, opts?: BaseParseOptions )
| 403 | defineSchema<const def extends RootSchema>(schema: def): def |
| 404 | |
| 405 | node<kinds extends NodeKind | array<RootKind>>( |
| 406 | kinds: kinds, |
| 407 | schema: NodeSchema<flattenListable<kinds>>, |
| 408 | opts?: BaseParseOptions |
no outgoing calls
no test coverage detected