@types/rdf-js
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -388,3 +388,3 @@ // Type definitions for the RDFJS specification 2.0 | ||
*/ | ||
export interface Store<Q extends BaseQuad = Quad> extends Source, Sink { | ||
export interface Store<Q extends BaseQuad = Quad> extends Source<Q>, Sink<Q> { | ||
/** | ||
@@ -391,0 +391,0 @@ * Removes all streamed quads. |
{ | ||
"name": "@types/rdf-js", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "TypeScript definitions for the RDFJS specification", | ||
@@ -22,3 +22,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/rdf-js" | ||
}, | ||
@@ -29,4 +30,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "65caaa12c2f93e1f9aa310e441a298e9c060e831f41897d705529061add92779", | ||
"typesPublisherContentHash": "cac4ebcbfa82166fc1a73c8cb653b60c8db1073ffe8c42a37def7f63f2468cde", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for the RDFJS specification (https://github.com/rdfjs/representation-task-force). | ||
This package contains type definitions for the RDFJS specification ( https://github.com/rdfjs/representation-task-force ). | ||
@@ -12,4 +12,4 @@ # Details | ||
Additional Details | ||
* Last updated: Tue, 06 Nov 2018 23:18:10 GMT | ||
* Dependencies: node | ||
* Last updated: Thu, 30 May 2019 17:59:33 GMT | ||
* Dependencies: @types/node | ||
* Global values: none | ||
@@ -16,0 +16,0 @@ |
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
15464