UNPKG

mirai-js

Version:

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

7 lines (6 loc) 134 B
"use strict"; module.exports = (min, max) => { return () => { return Math.floor(Math.random() * (max - min + 1) + min); }; };