Code Review
/
aai
/
esr-gui.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f8d3fe0637e11f9c4bfa1f7beb8065fc2e402e77
[aai/esr-gui.git]
/
1
"use strict";
2
3
Object.defineProperty(exports, "__esModule", {
4
value: true
5
});
6
exports.default = _findGetResult;
7
function _findGetResult(v, x) {
8
return x;
9
}
10
module.exports = exports["default"];