1 2 3 4 5 | 1 1 1 1 | var Observable_1 = require('../../../Observable'); var isEmpty_1 = require('../../../operator/extended/isEmpty'); var observableProto = Observable_1.Observable.prototype; observableProto.isEmpty = isEmpty_1.isEmpty; //# sourceMappingURL=isEmpty.js.map |