{"version":3,"sources":["../../src/utils/recvTime.ts"],"sourcesContent":["/**\n * Generates a default recvTime based on the time given in milliseconds.\n * The default recvTime is 90 seconds from the current time.\n *\n * @param currentTimeMillis defaults to Date.now()\n */\nexport function getDefaultRecvTime(currentTimeMillis: number = Date.now()) {\n  return currentTimeMillis + 90 * 1000;\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAMO,SAAS,mBAAmB,oBAA4B,KAAK,IAAI,GAAG;AACzE,SAAO,oBAAoB,KAAK;AAClC;","names":[]}