Installation
npm install --save log-lite
npm install --save-dev log-lite
Utilisation
const {log} = require('log-lite')
log('a','b','c','d')
/*
a
b
c
d
*/
just a console.log for lazy person
npm install --save log-lite
npm install --save-dev log-lite
const {log} = require('log-lite')
log('a','b','c','d')
/*
a
b
c
d
*/