UNPKG
wurtle
Version:
latest (0.0.1)
0.0.1
Utilities to parse grouped quads from the N3-family of serializations based on parser directives
wurtle
/
dist
/
N3GroupedStreamParser.d.ts
7 lines
(6 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Transform
}
from
'readable-stream'
;
import
{
ParserOptions
}
from
'n3'
;
export
default
class
GroupedStreamParser
extends
Transform
{
constructor
(
options
:
ParserOptions
);
import
(
stream
:
any
):
this
; }