UNPKG

react-on-rails

Version:

react-on-rails JavaScript for react_on_rails Ruby gem

4 lines 255 B
import type { RenderingError } from './types/index.ts'; export declare function remapSourceMappedStack(stack: RenderingError['stack']): string | undefined; export declare function convertToError(e: unknown): Error; //# sourceMappingURL=errorUtils.d.ts.map