lua-print

1.0.6 • Public • Published

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!

Dependents (0)

Package Sidebar

Install

npm i lua-print

Weekly Downloads

0

Version

1.0.6

License

ISC

Unpacked Size

1.18 kB

Total Files

4

Last publish

Collaborators

  • dalkg