Files

10 lines
200 B
JavaScript
Raw Permalink Normal View History

2026-04-05 16:14:49 -04:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _findGetResult;
function _findGetResult(v, x) {
return x;
}
module.exports = exports["default"];