lotus / node_modules /async /internal /findGetResult.js
k-l-lambda's picture
node_mdodules added.
05a77ff
raw
history blame
200 Bytes
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _findGetResult;
function _findGetResult(v, x) {
return x;
}
module.exports = exports["default"];