📄 error.d.ts
/home/palash/git/local-ai/node_modules/browserslist/error.d.ts
Language: ts • Lines: 7
declare class BrowserslistError extends Error {
  constructor(message: any)
  name: 'BrowserslistError'
  browserslist: true
}

export = BrowserslistError