UNPKG

gatsby-cli

Version:

Gatsby command-line interface for creating new sites and running Gatsby commands

6 lines (5 loc) 215 B
export declare class ErrorWithCodeFrame extends Error { codeFrame?: string; constructor(error: Error); } export declare function prepareStackTrace(error: Error, sourceOfMainMap: string): ErrorWithCodeFrame;