5 lines
223 B
JavaScript
Raw Normal View History

2017-05-17 13:45:25 -04:00
"use strict";
var Observable_1 = require('../../Observable');
var startWith_1 = require('../../operator/startWith');
Observable_1.Observable.prototype.startWith = startWith_1.startWith;
//# sourceMappingURL=startWith.js.map