mirror of
https://github.com/Azure/setup-helm.git
synced 2025-07-17 19:30:34 +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
|