UNPKG

vuse-rx

Version:

First-class rxjs support for Vue 3

3 lines 161 B
import { catchError } from 'rxjs/operators'; export const mapError = (cb) => (catchError((e, $) => { throw cb(e, $); })); //# sourceMappingURL=map-error.js.map