Files
wechatpay-enterprise-web/node_modules/async/internal/findGetResult.js
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

10 lines
200 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _findGetResult;
function _findGetResult(v, x) {
return x;
}
module.exports = exports["default"];