pesto-students/batch-11-relayer

View on GitHub
server/lib/timeLib.js

Summary

Maintainability
A
0 mins
Test Coverage
const now = () => Date.now();
module.exports = {
  now,
};