mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-11-03 07:19:04 +00:00
5 lines
211 B
JavaScript
5 lines
211 B
JavaScript
|
|
"use strict";
|
||
|
|
var Observable_1 = require('../../Observable');
|
||
|
|
var publish_1 = require('../../operator/publish');
|
||
|
|
Observable_1.Observable.prototype.publish = publish_1.publish;
|
||
|
|
//# sourceMappingURL=publish.js.map
|