Skip to content
Snippets Groups Projects
.hygen.js 116 B
Newer Older
module.exports = {
    helpers: {
        random: () => Math.floor(3000 + (5000 - 3000) * Math.random()),
    },
};