UNPKG

wurtle

Version:

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

4 lines (3 loc) 153 B
import GroupedParser from "./N3GroupedParser"; import GroupedStreamParser from "./N3GroupedStreamParser"; export { GroupedParser, GroupedStreamParser };