1.0.0 • Published 5 years ago
smart-print-js v1.0.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
1.0.0
5 years ago