1.0.6 • Published 3 years ago

lua-print v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

lua-print

npm version

license

A NPM package to help replace console.log!.

Install using

npm i lua-print

How to use:

They both output the same!

console.log('Hello World!')

Output: Hello World!

const { print } = require('lua-print')

print('Hello World!')

Output: Hello World!

Wanna test it for yourself? Check it out on runkit, down below.

Repository

NPM Package Run on RunKit

Thanks for looking at!

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago