Your IP : 216.73.216.48


Current Path : /hdd/hdd21/my5/backup/my5-frontend/node_modules/rxjs/internal/operators/
Upload File :
Current File : /hdd/hdd21/my5/backup/my5-frontend/node_modules/rxjs/internal/operators/share.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var multicast_1 = require("./multicast");
var refCount_1 = require("./refCount");
var Subject_1 = require("../Subject");
function shareSubjectFactory() {
    return new Subject_1.Subject();
}
function share() {
    return function (source) { return refCount_1.refCount()(multicast_1.multicast(shareSubjectFactory)(source)); };
}
exports.share = share;
//# sourceMappingURL=share.js.map