UNPKG

@chatui/core

Version:

The React library for Chatbot UI

9 lines (8 loc) 207 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = getRandomInt; function getRandomInt(min, max) { return Math.floor(Math.random() * (max - min + 1)) + min; }