1.0.4 • Published 1 year ago

printlikepython v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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;
1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago