mirror of
https://github.com/wishthis/wishthis.git
synced 2025-12-25 16:28:22 -05:00
8 lines
155 B
TypeScript
8 lines
155 B
TypeScript
declare class BrowserslistError extends Error {
|
|
constructor(message: any)
|
|
name: 'BrowserslistError'
|
|
browserslist: true
|
|
}
|
|
|
|
export = BrowserslistError
|