Sha256: 050042ef54b212a8b91202e06ef94f0e05625012f756bdcd454e099d5f7d13fc
Contents?: true
Size: 300 Bytes
Versions: 95
Compression:
Stored size: 300 Bytes
Contents
function BrowserslistError (message) { this.name = 'BrowserslistError' this.message = message this.browserslist = true if (Error.captureStackTrace) { Error.captureStackTrace(this, BrowserslistError) } } BrowserslistError.prototype = Error.prototype module.exports = BrowserslistError
Version data entries
95 entries across 80 versions & 15 rubygems