===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-p-timeout-1.2.0/index.js-21-
node-p-timeout-1.2.0/index.js:22:		const message = typeof fallback === 'string' ? fallback : `Promise timed out after ${ms} milliseconds`;
node-p-timeout-1.2.0/index.js-23-		const err = fallback instanceof Error ? fallback : new TimeoutError(message);