s6g

1.0.3 • Public • Published

shortLog

Do console.log() with just log()

Installation

npm i s6g

or

npm i shortlog

How to Use

const log = require("shortlog");

log("Hello from shortlog");

Below is the code in the shortlog index.js file

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

module.exports = log;

Package Sidebar

Install

npm i s6g

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

2.11 kB

Total Files

4

Last publish

Collaborators

  • s54a