UNPKG

postman

Version:

The Postman will help deliver messages around your application

7 lines (6 loc) 337 B
var sys = require('sys'); var colors = require('./colors'); sys.puts('Rainbows are fun!'.rainbow); sys.puts('So '.italic + 'are'.underline + ' styles! '.bold + 'inverse'.inverse); // styles not widely supported sys.puts('Chains are also cool.'.bold.italic.underline.red); // styles not widely supported // sys.puts('zalgo time!'.zalgo);