Viewing File: /usr/share/nodejs/color-support/bin.js

#!/usr/bin/env node
var colorSupport = require('./')({alwaysReturn: true })
console.log(JSON.stringify(colorSupport, null, 2))
Back to Directory File Manager