===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-cli-truncate-2.1.0/index.js-34-	if (typeof text !== 'string') {
node-cli-truncate-2.1.0/index.js:35:		throw new TypeError(`Expected \`input\` to be a string, got ${typeof text}`);
node-cli-truncate-2.1.0/index.js-36-	}
##############################################
node-cli-truncate-2.1.0/index.js-38-	if (typeof columns !== 'number') {
node-cli-truncate-2.1.0/index.js:39:		throw new TypeError(`Expected \`columns\` to be a number, got ${typeof columns}`);
node-cli-truncate-2.1.0/index.js-40-	}
##############################################
node-cli-truncate-2.1.0/index.js-104-
node-cli-truncate-2.1.0/index.js:105:	throw new Error(`Expected \`options.position\` to be either \`start\`, \`middle\` or \`end\`, got ${position}`);
node-cli-truncate-2.1.0/index.js-106-};