Chunte's picture
Chunte HF staff
Upload 1904 files
5de1c56 verified
raw
history blame
155 Bytes
declare class BrowserslistError extends Error {
constructor(message: any)
name: 'BrowserslistError'
browserslist: true
}
export = BrowserslistError