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

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