UNPKG

@chatui/core

Version:

The React library for Chatbot UI

3 lines 110 B
export default function getRandomInt(min, max) { return Math.floor(Math.random() * (max - min + 1)) + min; }