Package Overview
Introduction
This package is meant to be a console decorator which adds prefixes and/or suffixes to process standard streams.
Installation
npm install --save tampered-console
Example
const Console = require('tampered-console');
Console.log('hello world!');
Last updated
Was this helpful?