UNPKG

gatsby

Version:
6 lines (5 loc) 134 B
import { IMatch } from "../types"; declare const errorParser: ({ err }: { err: unknown; }) => IMatch; export default errorParser;