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