UNPKG

@gateway.fm/gtw-dvf-client-js

Version:

DVF client js lib with gateway.fm rpc endpoints

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