UNPKG

@elgervb/mock-data

Version:

Mock data made easy, while maintaining type safety

12 lines 325 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.randomMonth = void 0; var number_1 = require("./number"); /** * Generates a random month */ function randomMonth() { return (0, number_1.randomNumber)(1, 12); } exports.randomMonth = randomMonth; //# sourceMappingURL=date-month.js.map