All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.error.d.ts Maven / Gradle / Ivy

Go to download

Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset

The newest version!
declare class BrowserslistError extends Error {
  constructor(message: any)
  name: 'BrowserslistError'
  browserslist: true
}

export = BrowserslistError




© 2015 - 2024 Weber Informatics LLC | Privacy Policy