summaryrefslogtreecommitdiff
path: root/lib/internal/findGetResult.js
blob: 7345df620c65652aa11ced4b66d2bf4a0ff4cb86 (plain)
1
2
3
export default function _findGetResult(v, x) {
    return x;
}