@react-rxjs/utils
Advanced tools
Comparing version
import { Observable } from "rxjs"; | ||
export declare function createListener<A extends unknown[], T>(mapper: (...args: A) => T): [Observable<T>, (...args: A) => void]; | ||
export declare function createListener<T = void>(): [Observable<T>, (payload: T) => void]; | ||
export declare function createListener(): [Observable<void>, () => void]; | ||
export declare function createListener<T>(): [Observable<T>, (payload: T) => void]; |
{ | ||
"version": "0.3.0-alpha.1", | ||
"version": "0.3.0-alpha.2", | ||
"repository": { | ||
@@ -4,0 +4,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
68933
0.31%560
0.18%