UNPKG

oebot

Version:

OEBot 命令行工具

7 lines (6 loc) 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.promiseExec = void 0; const node_child_process_1 = require("node:child_process"); const node_util_1 = require("node:util"); exports.promiseExec = (0, node_util_1.promisify)(node_child_process_1.exec);