UNPKG

mirai-js

Version:

QQ robot development framework based on Mirai-api-http.

6 lines (5 loc) 135 B
module.exports = (min, max) => { return () => { return Math.floor((Math.random() * (max - min + 1)) + min); }; };