10 lines
200 B
JavaScript
Raw Normal View History

2019-09-18 11:11:16 +03:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _findGetResult;
function _findGetResult(v, x) {
return x;
}
module.exports = exports["default"];