HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1784574/root/usr/share/nodejs/color-support/
Upload File :
Current File : //proc/1784574/root/usr/share/nodejs/color-support/browser.js
module.exports = colorSupport({ alwaysReturn: true }, colorSupport)

function colorSupport(options, obj) {
  obj = obj || {}
  options = options || {}
  obj.level = 0
  obj.hasBasic = false
  obj.has256 = false
  obj.has16m = false
  if (!options.alwaysReturn) {
    return false
  }
  return obj
}