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

export = BrowserslistError