printlikepython

1.0.4 • Public • Published

printLikePython

Do console.log() with just print()

Installation

npm i p13n

or

npm i printLikePython

How to Use

const print = require("printLikePython");

print("Hello from printLikePython");

Below is the code in the printLikePython index.js file

function print(val) {
  return console.log(val);
}

module.exports = print;

Package Sidebar

Install

npm i printlikepython

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

2.19 kB

Total Files

4

Last publish

Collaborators

  • s54a