1.0.6 • Published 2 years ago

lua-print v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago