mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 05:59:30 +08:00
7 lines
155 B
Text
7 lines
155 B
Text
declare class BrowserslistError extends Error {
|
|
constructor(message: any)
|
|
name: 'BrowserslistError'
|
|
browserslist: true
|
|
}
|
|
|
|
export = BrowserslistError
|