Sha256: 5612d4ae9af39662bfe85cb3c6822b13b898b898ccf32037cb43ad96c6b2a58e
Contents?: true
Size: 227 Bytes
Versions: 49
Compression:
Stored size: 227 Bytes
Contents
/** 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
Version data entries
49 entries across 49 versions & 4 rubygems