zack
feat: πŸš€ Update Chat-nFace configurations
a053984
raw
history blame
No virus
155 Bytes
declare class BrowserslistError extends Error {
constructor(message: any)
name: 'BrowserslistError'
browserslist: true
}
export = BrowserslistError