t-comm
Version:
专业、稳定、纯粹的工具库
26 lines (20 loc) • 836 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var nodejs_child_process = require('./child_process.js');
var nodejs_crypto = require('./crypto.js');
var nodejs_fs = require('./fs.js');
var nodejs_http = require('./http.js');
var nodejs_net = require('./net.js');
var nodejs_os = require('./os.js');
var nodejs_path = require('./path.js');
var nodejs_request = require('./request.js');
var nodejs_util = require('./util.js');
exports.getChildProcess = nodejs_child_process.getChildProcess;
exports.getCrypto = nodejs_crypto.getCrypto;
exports.getFs = nodejs_fs.getFs;
exports.getHttp = nodejs_http.getHttp;
exports.getNet = nodejs_net.getNet;
exports.getOs = nodejs_os.getOs;
exports.getPath = nodejs_path.getPath;
exports.getRequest = nodejs_request.getRequest;
exports.getUtil = nodejs_util.getUtil;