Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

smart-print-js

Gicehajunior3MIT1.0.0

Javascript write method

readme

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