We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76db7a commit 89210fdCopy full SHA for 89210fd
interface-spec.md
@@ -185,7 +185,7 @@ A Sink is an object that consumes quads.
185
It can store the quads or do some further processing.
186
For example serializers and transformations which consume quads can implement the Sink interface.
187
188
-- `undefined .import(Stream stream)`
+- `EventEmitter .import(Stream stream)`
189
Writes all quads from the stream to the sink.
190
191
### Store extends Source, Sink
0 commit comments