UNPKG

rxjs-compat

Version:

<img src="doc/asset/Rx_Logo_S.png" alt="RxJS Logo" width="86" height="86"> RxJS: Reactive Extensions For JavaScript ======================================

14 lines 407 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var operators_1 = require("rxjs/operators"); /** * @param value * @return {ConnectableObservable<T>} * @method publishBehavior * @owner Observable */ function publishBehavior(value) { return operators_1.publishBehavior(value)(this); } exports.publishBehavior = publishBehavior; //# sourceMappingURL=publishBehavior.js.map