Licence
MIT
Version
1.0.0
Deps
0
Size
568 B
Vulns
0
Weekly
0
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