@useless-thingys/print
v1.0.0
Published
Tired of typing out console.log() every single time?? Well, we've got you covered!
Downloads
7
Maintainers
Readme
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!'