PC/node_modules/browserslist/error.d.ts
2026-01-26 23:20:48 +08:00

8 lines
155 B
TypeScript

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