stephen.log
v2.0.0
Published
> It's like `console.log`, but with Stephen.
Downloads
5
Readme
🌈 stephen.log
It's like
console.log
, but with Stephen.
🔧 Installation
npm install --save stephen.log
🕹 Usage
Use stephen
in place of console
.
import stephen from 'stephen.log'
stephen.log('Hello!')
// Stephen logs: Hello
stephen
supports all of the methods from console
.