biofriction-wp-theme/node_modules/rxjs/Observer.js

8 lines
193 B
JavaScript
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
"use strict";
exports.empty = {
closed: true,
next: function (value) { },
error: function (err) { throw err; },
complete: function () { }
};
//# sourceMappingURL=Observer.js.map