mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-21 08:59:07 +00:00
9 lines
227 B
JavaScript
9 lines
227 B
JavaScript
![]() |
/** PURE_IMPORTS_START PURE_IMPORTS_END */
|
||
|
export var empty = {
|
||
|
closed: true,
|
||
|
next: function (value) { },
|
||
|
error: function (err) { throw err; },
|
||
|
complete: function () { }
|
||
|
};
|
||
|
//# sourceMappingURL=Observer.js.map
|