aboutsummaryrefslogtreecommitdiff
path: root/node_modules/async/internal/findGetResult.js
blob: f8d3fe0637e11f9c4bfa1f7beb8065fc2e402e77 (plain)
1
2
3
4
5
6
7
8
9
10
"use strict";

Object.defineProperty(exports, "__esModule", {
    value: true
});
exports.default = _findGetResult;
function _findGetResult(v, x) {
    return x;
}
module.exports = exports["default"];