mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-21 12:00:15 -04:00
8 lines
159 B
TypeScript
8 lines
159 B
TypeScript
declare class BrowserslistError extends Error {
|
|
constructor(message: any);
|
|
name: 'BrowserslistError';
|
|
browserslist: true;
|
|
}
|
|
|
|
export = BrowserslistError;
|