mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 21:38:14 -08:00
7 lines
155 B
TypeScript
7 lines
155 B
TypeScript
declare class BrowserslistError extends Error {
|
|
constructor(message: any)
|
|
name: 'BrowserslistError'
|
|
browserslist: true
|
|
}
|
|
|
|
export = BrowserslistError
|