UNPKG

@netlify/content-engine

Version:
6 lines 264 B
export declare class ErrorWithCodeFrame extends Error { codeFrame?: string; constructor(error: Error); } export declare function prepareStackTrace(error: Error, sourceOfMainMap: string): ErrorWithCodeFrame; //# sourceMappingURL=prepare-stack-trace.d.ts.map