@types/rx-lite
Advanced tools
Comparing version 4.0.5 to 4.0.6
@@ -247,4 +247,4 @@ // Type definitions for rx-lite 4.0 | ||
merge(other: IPromise<T>): Observable<T>; | ||
mergeAll(): Observable<T>; | ||
mergeObservable(): Observable<T>; // alias for mergeAll | ||
mergeAll(): T; | ||
mergeObservable(): T; // alias for mergeAll | ||
skipUntil<T2>(other: Observable<T2>): Observable<T>; | ||
@@ -251,0 +251,0 @@ skipUntil<T2>(other: IPromise<T2>): Observable<T>; |
{ | ||
"name": "@types/rx-lite", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "TypeScript definitions for rx-lite", | ||
@@ -18,5 +18,6 @@ "license": "MIT", | ||
"main": "", | ||
"types": "", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -28,4 +29,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "3b6da6f6587d04b04016556306f45bfa63c80857be55ad25efb8175444ac1db2", | ||
"typesPublisherContentHash": "f10c67e27e62bcdec1794fd0fac2ee2d5e557ec3f9bc831aad90a9c986aa13bf", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rx-lite | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rx-lite | ||
Additional Details | ||
* Last updated: Wed, 25 Oct 2017 16:18:58 GMT | ||
* Last updated: Wed, 17 Oct 2018 20:11:30 GMT | ||
* Dependencies: rx-core, rx-core-binding | ||
@@ -14,0 +14,0 @@ * Global values: Rx |
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
53537