@typeheim/fire-rx
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@typeheim/fire-rx", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "RxJS on steroids", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "8f630f1b7fe8be4f03e7cee984c52477ad71354b" | ||
"gitHead": "d6fc319d4c3b96a2974ec396373a701856a10bbe" | ||
} |
@@ -55,3 +55,3 @@ import { Observable } from 'rxjs'; | ||
isFailed: () => boolean; | ||
subscribe: (observer: (value: T) => void | Observer<T>) => void; | ||
subscribe: (observer: ((value: T) => void) | Observer<T>) => void; | ||
} |
Sorry, the diff of this file is not supported yet
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
58673