RocketChat/Rocket.Chat

View on GitHub
.hygen.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
    helpers: {
        random: () => Math.floor(3000 + (5000 - 3000) * Math.random()),
    },
};