1.0.3 • Published 1 year ago

p13n v1.0.3

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.2

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago