Code coverage report for cjs/Observer.js

Statements: 50% (1 / 2)      Branches: 100% (0 / 0)      Functions: 33.33% (1 / 3)      Lines: 50% (1 / 2)      Ignored: none     

All files » cjs/ » Observer.js
1 2 3 4 5 6 71            
exports.empty = {
    isUnsubscribed: true,
    next: function (value) { },
    error: function (err) { throw err; },
    complete: function () { }
};
//# sourceMappingURL=Observer.js.map