This package is extremely simple, all you need to do is require it by putting const {log} = require("logtoconsole");
Then when you want to log something in console instead of typeing out console.log(""); (16 LETTERS), you just need to type out log(""); (ONLY 8).