1.0.0 • Published 4 years ago

smart-print-js v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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