astro-ghostcms/.pnpm-store/v3/files/b5/23f7ec6e3e3609917518a5f4ef5...

8 lines
155 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
declare class BrowserslistError extends Error {
constructor(message: any)
name: 'BrowserslistError'
browserslist: true
}
export = BrowserslistError