UNPKG

wurtle

Version:

Utilities to parse grouped quads from the N3-family of serializations based on parser directives

10 lines (9 loc) 291 B
import { ParserOptions, StreamParser } from 'n3'; export default class N3GroupedStreamParser extends StreamParser { private _groups; /** * * @param options Mind you need to have comments enabled when passing parseroptions */ constructor(options: ParserOptions); }