mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-12-14 16:29:04 +00:00
update
This commit is contained in:
9
node_modules/rxjs/operator/publishBehavior.d.ts
generated
vendored
Normal file
9
node_modules/rxjs/operator/publishBehavior.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Observable } from '../Observable';
|
||||
import { ConnectableObservable } from '../observable/ConnectableObservable';
|
||||
/**
|
||||
* @param value
|
||||
* @return {ConnectableObservable<T>}
|
||||
* @method publishBehavior
|
||||
* @owner Observable
|
||||
*/
|
||||
export declare function publishBehavior<T>(this: Observable<T>, value: T): ConnectableObservable<T>;
|
||||
Reference in New Issue
Block a user