UNPKG

speed-cloudflare-cli

Version:

Measure the speed and consistency of your internet connection using speed.cloudflare.com

6 lines (5 loc) 350 B
exports.magenta = (...args) => `\u001b[35m${args.join(' ')}\u001b[0m`; exports.bold = (...args) => `\u001b[1m${args.join(' ')}\u001b[0m`; exports.yellow = (...args) => `\u001b[33m${args.join(' ')}\u001b[0m`; exports.green = (...args) => `\u001b[32m${args.join(' ')}\u001b[0m`; exports.blue = (...args) => `\u001b[34m${args.join(' ')}\u001b[0m`;