Buckets:
| ; | |
| Object.defineProperty(exports, "__esModule", { value: true }); | |
| exports.finalize = void 0; | |
| var lift_1 = require("../util/lift"); | |
| function finalize(callback) { | |
| return lift_1.operate(function (source, subscriber) { | |
| try { | |
| source.subscribe(subscriber); | |
| } | |
| finally { | |
| subscriber.add(callback); | |
| } | |
| }); | |
| } | |
| exports.finalize = finalize; | |
| //# sourceMappingURL=finalize.js.map |
Xet Storage Details
- Size:
- 437 Bytes
- Xet hash:
- cdff12783a4ca14b515aff4439348fe6210c0989e8c1b7eaff0de19d325c5684
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.