UNPKG

next

Version:

The React Framework

3 lines (2 loc) 154 B
import { type ErrorSourceType } from '../../shared/lib/error-source'; export declare function getServerError(error: Error, type: ErrorSourceType): Error;