📄 ESLintError.d.ts
/home/palash/git/site/node_modules/eslint-webpack-plugin/types/ESLintError.d.ts
Language: ts • Lines: 8
export = ESLintError;
declare class ESLintError extends Error {
  /**
   * @param {string=} messages
   */
  constructor(messages?: string | undefined);
  stack: string;
}