0.1.1 • Published 9 years ago

prints v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

prints

lazy console.log()

Install

npm i prints --save-dev

Usage

const p = require('prints')
let arg = 'something'
let str = 'A'
p(arg)

Prints:

----------start----------
something
----------end------------

when invoked p(arg, str),prints:

--------A--start----------
something
--------A--end------------

License

The MIT License

0.1.1

9 years ago

0.1.0

9 years ago