UNPKG

@visulima/error

Version:

Error with more than just a message, stacktrace parsing.

8 lines (7 loc) 247 B
import type { SolutionFinderFile } from "../types.d.ts"; declare const aiPrompt: ({ applicationType, error, file, }: { applicationType: string | undefined; error: Error; file: SolutionFinderFile; }) => string; export default aiPrompt;