hegresphere/node_modules/browserslist/error.d.ts
2024-12-12 17:01:12 +01:00

8 lines
155 B
TypeScript

declare class BrowserslistError extends Error {
constructor(message: any)
name: 'BrowserslistError'
browserslist: true
}
export = BrowserslistError