@types/rdf-js
Advanced tools
Comparing version 2.0.8 to 2.0.9
@@ -26,4 +26,2 @@ // Type definitions for the RDFJS specification 2.0 | ||
type PropType<TObj, TProp extends keyof TObj> = TObj[TProp]; | ||
/** | ||
@@ -535,3 +533,3 @@ * Contains an IRI. | ||
*/ | ||
every(iteratee: PropType<QuadFilterIteratee<Q>, 'test'>): boolean; | ||
every(iteratee: QuadFilterIteratee<Q>['test']): boolean; | ||
@@ -543,3 +541,3 @@ /** | ||
*/ | ||
filter(iteratee: PropType<QuadFilterIteratee<Q>, 'test'>): this; | ||
filter(iteratee: QuadFilterIteratee<Q>['test']): this; | ||
@@ -551,3 +549,3 @@ /** | ||
*/ | ||
forEach(iteratee: PropType<QuadRunIteratee<Q>, 'run'>): void; | ||
forEach(iteratee: QuadRunIteratee<Q>['run']): void; | ||
@@ -569,3 +567,3 @@ /** | ||
*/ | ||
map(iteratee: PropType<QuadMapIteratee<Q>, 'map'>): this; | ||
map(iteratee: QuadMapIteratee<Q>['map']): this; | ||
@@ -581,3 +579,3 @@ /** | ||
*/ | ||
reduce<A = any>(iteratee: PropType<QuadReduceIteratee<A, Q>, 'run'>, initialValue?: A): A; | ||
reduce<A = any>(iteratee: QuadReduceIteratee<A, Q>['run'], initialValue?: A): A; | ||
@@ -592,3 +590,3 @@ /** | ||
*/ | ||
some(iteratee: PropType<QuadFilterIteratee<Q>, 'test'>): boolean; | ||
some(iteratee: QuadFilterIteratee<Q>['test']): boolean; | ||
@@ -595,0 +593,0 @@ /** |
{ | ||
"name": "@types/rdf-js", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "TypeScript definitions for the RDFJS specification", | ||
@@ -29,4 +29,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "3b563f244ffb7860442bda1ec76c1d64cb130e8248ad5073bf35ba02f0f63c42", | ||
"typesPublisherContentHash": "8e9f011f35889cd473563a68c11244dd546325412a8d1e6b9a669df2c5b3fc55", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 15 Jan 2020 10:19:24 GMT | ||
* Last updated: Thu, 23 Jan 2020 18:15:59 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
23798
587