mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 14:34:13 +08:00
6 lines
69 B
JavaScript
6 lines
69 B
JavaScript
const random = require("./random");
|
|
|
|
module.exports = {
|
|
random,
|
|
};
|