Submit
Path:
~
/
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
cli-columns
/
File Content:
color.js
const chalk = require('chalk'); const columns = require('.'); // prettier-ignore const values = [ 'blue' + chalk.bgBlue('berry'), '笔菠萝' + chalk.yellow('苹果笔'), chalk.red('apple'), 'pomegranate', 'durian', chalk.green('star fruit'), 'パイナップル', 'apricot', 'banana', 'pineapple', chalk.bgRed.yellow('orange') ]; console.log(''); console.log(columns(values)); console.log('');
Submit
FILE
FOLDER
Name
Size
Permission
Action
LICENSE
1122 bytes
0644
color.js
403 bytes
0644
index.js
1627 bytes
0644
package.json
1054 bytes
0644
test.js
2208 bytes
0644
N4ST4R_ID | Naxtarrr