mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2026-02-28 01:58:22 +08:00
6 lines
99 B
JavaScript
6 lines
99 B
JavaScript
const operation = require("./operation");
|
|
|
|
module.exports = {
|
|
operation: operation.operation,
|
|
};
|