Files
taimed/node_modules/streamroller/lib/now.js
2025-07-24 17:21:45 +08:00

3 lines
79 B
JavaScript

// allows us to inject a mock date in tests
module.exports = () => new Date();