mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-07 21:46:12 +08:00
8 lines
165 B
JavaScript
8 lines
165 B
JavaScript
const operation = require("./operation");
|
|
const archive = require("./archive");
|
|
|
|
module.exports = {
|
|
operation: operation.operation,
|
|
archive: archive.archive,
|
|
};
|