Files
wechatpay-enterprise-web/node_modules/browserslist/error.d.ts
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

8 lines
155 B
TypeScript

declare class BrowserslistError extends Error {
constructor(message: any)
name: 'BrowserslistError'
browserslist: true
}
export = BrowserslistError