mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-20 10:08:35 +00: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
|