UNPKG

dvf-client-js

Version:

<img src="https://avatars1.githubusercontent.com/u/56512535?s=200&v=4" align="right" />

8 lines (5 loc) 167 B
const msPerHour = 1000 * 3600 module.exports = expireInHours => { const nowHours = Math.ceil(Date.now() / msPerHour) return nowHours + parseInt(expireInHours) }