1.0.0 • Published 10 months ago

@useless-thingys/print v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

Introduction

print is a VERY AMAZING npm package that lets you code like python without using python!!! Gone are the days of console.log() this and console.log() that! Say hello to the new and improved way of printing in javascript! (yes this is a troll)

Usage

const print = require('print');

print('Hello World!'); // prints 'Hello World!'
print(1 + 2); // prints '3'
print('Hello', 'World!'); // prints 'Hello World!'
1.0.0

10 months ago