mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-20 00:29:15 +00:00
8 lines
193 B
JavaScript
8 lines
193 B
JavaScript
"use strict";
|
|
exports.empty = {
|
|
closed: true,
|
|
next: function (value) { },
|
|
error: function (err) { throw err; },
|
|
complete: function () { }
|
|
};
|
|
//# sourceMappingURL=Observer.js.map
|