mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-21 19:49:48 -04:00
10 lines
200 B
JavaScript
10 lines
200 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = _findGetResult;
|
|
function _findGetResult(v, x) {
|
|
return x;
|
|
}
|
|
module.exports = exports["default"]; |