Smart-Print-Js.
A package to include in your project, acts same as console.log() in javascript.
GET STARTED
Installation
-Just do: npm install smart-print-js
Usage
-it acts the same as console.log() -to use it on your project!
require from the node modules of the downloaded package
const put = require("smart-print-js");
to use: to print hello world
put("Hello World");
output: Hello World