@types/rdf-js
Advanced tools
Comparing version 2.0.7 to 2.0.8
@@ -368,3 +368,3 @@ // Type definitions for the RDFJS specification 2.0 | ||
*/ | ||
export interface Sink<Q extends BaseQuad = Quad> { | ||
export interface Sink<InputStream extends EventEmitter, OutputStream extends EventEmitter> { | ||
/** | ||
@@ -380,3 +380,3 @@ * Consumes the given stream. | ||
*/ | ||
import(stream: Stream<Q>): EventEmitter; | ||
import(stream: InputStream): OutputStream; | ||
} | ||
@@ -392,3 +392,3 @@ | ||
*/ | ||
export interface Store<Q extends BaseQuad = Quad> extends Source<Q>, Sink<Q> { | ||
export interface Store<Q extends BaseQuad = Quad> extends Source<Q>, Sink<Stream<Q>, EventEmitter> { | ||
/** | ||
@@ -395,0 +395,0 @@ * Removes all streamed quads. |
{ | ||
"name": "@types/rdf-js", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "TypeScript definitions for the RDFJS specification", | ||
@@ -29,4 +29,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "b3c977e69d17afcb9d41b4c6a72ccb9f3b6b5ea060ad23f1062466e01f3c30da", | ||
"typesPublisherContentHash": "3b563f244ffb7860442bda1ec76c1d64cb130e8248ad5073bf35ba02f0f63c42", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 23 Dec 2019 16:51:04 GMT | ||
* Last updated: Wed, 15 Jan 2020 10:19:24 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23920