(schema: LibraryJSONSchema, rootName?: string)
| 679 | * Pass `library.toJSONSchema()` to get the schema. |
| 680 | */ |
| 681 | export function createStreamingParser(schema: LibraryJSONSchema, rootName?: string): StreamParser { |
| 682 | return createStreamParser(compileSchema(schema), rootName); |
| 683 | } |
no test coverage detected