UNPKG

vuse-rx

Version:

First-class rxjs support for Vue 3

7 lines 310 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mapError = void 0; const operators_1 = require("rxjs/operators"); const mapError = (cb) => ((0, operators_1.catchError)((e, $) => { throw cb(e, $); })); exports.mapError = mapError; //# sourceMappingURL=map-error.js.map