UNPKG

chromafi

Version:

💥 Syntax highlight to console: any function - any - object - any language.

16 lines (12 loc) • 211 B
const chromafi = require('.') const obj = { foo: 'bar', baz: 1337, qux: true, zxc: null, 'foogle-bork': function (a, b) { return b - a } } const chromatastic = chromafi(obj) console.log(chromatastic)