TimothyJones/github-openid-wrapper

View on GitHub
src/helpers.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module.exports = {
  NumericDate: (date) => Math.floor(date / 1000),
};