===================
A NPM package: Sqaunch library will squanch up your text. Get your text squnached for a more fun consolelog. Inspired by Squanchy on Rick and Morty.
npm install squanch
let squanch = require('squanch');
let result = squanch('Hey Rick cool party!);
Output should be similar to Hey Rick squanchy party!
;
npm test