mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-17 15:53:38 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
12
node_modules/rxjs/operator/shareReplay.js
generated
vendored
Normal file
12
node_modules/rxjs/operator/shareReplay.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
var shareReplay_1 = require('../operators/shareReplay');
|
||||
/**
|
||||
* @method shareReplay
|
||||
* @owner Observable
|
||||
*/
|
||||
function shareReplay(bufferSize, windowTime, scheduler) {
|
||||
return shareReplay_1.shareReplay(bufferSize, windowTime, scheduler)(this);
|
||||
}
|
||||
exports.shareReplay = shareReplay;
|
||||
;
|
||||
//# sourceMappingURL=shareReplay.js.map
|
||||
Reference in New Issue
Block a user