mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-15 15:19:59 +08:00
8 lines
145 B
JavaScript
8 lines
145 B
JavaScript
const operation = require("./operation");
|
|
const zlib = require("./zlib");
|
|
|
|
module.exports = {
|
|
operation: operation.operation,
|
|
zlib: zlib,
|
|
};
|