1.0.4 • Published 4 months ago

shortlog v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago