summaryrefslogtreecommitdiff
path: root/build/modules-es6/internal/findGetResult.js
blob: a3a3bc1d3c6914d998f9d80220ec861d427df546 (plain)
1
2
3
4
5
'use strict';

export default function _findGetResult(v, x) {
    return x;
}