UNPKG

skedify-calendar

Version:
7 lines (6 loc) 156 B
"use strict"; exports.__esModule = true; exports.random = random; function random(min, max) { return Math.floor(Math.random() * (max - min + 1) + min); }