===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-kind-of-6.0.3+dfsg/test/es6/index.js-36-      var name = 'Foo';
node-kind-of-6.0.3+dfsg/test/es6/index.js:37:      assert.equal(kindOf(`Welcome ${name} buddy`), 'string');
node-kind-of-6.0.3+dfsg/test/es6/index.js-38-    });