1.2.7 • Published 4 years ago

llg v1.2.7

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

LLG

Get away with typing console.log() when logging data

Installation

npm i llg --save or yarn add llg

npm.pkg.github.com/:_authToken=57d334bdccc72660ad40f0092e28632c744f0f3a

Example...

var lg = require('llg').llg

lg("your message")

Also you can pass more than one argument

lg("your message", {id: 1, name: "Lunga Ndaba"}, 90)

Or

Example...

import { llg } from 'llg'

llg("your message")

Also you can pass more than one argument

llg("your message", {id: 1, name: "Lolo Kunene"}, 90)

Parameter Options

  • It can be null parameters
  • pass different data types e.g strings, arrays, objects and more

Support on Beerpay

Hey dude! Help me out for a couple of :beers:!

Beerpay Beerpay mergify: https://mergify.io

Documentation?

No need for that, just plug and play. Happy coding!!!


Coder

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago