===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-repeating-3.0.0/index.js-5-	if (typeof str !== 'string') {
node-repeating-3.0.0/index.js:6:		throw new TypeError(`Expected \`input\` to be a \`string\`, got \`${typeof str}\``);
node-repeating-3.0.0/index.js-7-	}
##############################################
node-repeating-3.0.0/index.js-9-	if (n < 0 || !Number.isFinite(n)) {
node-repeating-3.0.0/index.js:10:		throw new TypeError(`Expected \`count\` to be a positive finite number, got \`${n}\``);
node-repeating-3.0.0/index.js-11-	}