UNPKG

@oarepo/invenio-vue

Version:

Vue 3 library for handling invenio REST

3 lines (2 loc) 124 B
import type { HttpError } from './types'; export declare function defaultErrorFormatter(rawError: any): HttpError | null;