supercat666's picture
fixed igv
1df763a
raw
history blame
No virus
155 Bytes
declare class BrowserslistError extends Error {
constructor(message: any)
name: 'BrowserslistError'
browserslist: true
}
export = BrowserslistError