mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-13 05:55:26 +00:00
update
This commit is contained in:
11
node_modules/rxjs/_esm5/operator/shareReplay.js
generated
vendored
Normal file
11
node_modules/rxjs/_esm5/operator/shareReplay.js
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
/** PURE_IMPORTS_START .._operators_shareReplay PURE_IMPORTS_END */
|
||||
import { shareReplay as higherOrder } from '../operators/shareReplay';
|
||||
/**
|
||||
* @method shareReplay
|
||||
* @owner Observable
|
||||
*/
|
||||
export function shareReplay(bufferSize, windowTime, scheduler) {
|
||||
return higherOrder(bufferSize, windowTime, scheduler)(this);
|
||||
}
|
||||
;
|
||||
//# sourceMappingURL=shareReplay.js.map
|
Reference in New Issue
Block a user