===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-har-validator-5.1.5/test/async.js-15-  keys.forEach(key => {
node-har-validator-5.1.5/test/async.js:16:    assert.type(validate[key], 'function', `${key} is a function`)
node-har-validator-5.1.5/test/async.js-17-  })
##############################################
node-har-validator-5.1.5/test/promise.js-14-  keys.forEach(key => {
node-har-validator-5.1.5/test/promise.js:15:    assert.type(validate[key], 'function', `${key} is a function`)
node-har-validator-5.1.5/test/promise.js:16:    assert.type(validate[key]().catch(() => {}), Promise, `${key}() is a promise`)
node-har-validator-5.1.5/test/promise.js-17-  })