Afanasev_Stepan_PIbd-21_IP/ИП 3 лаба/node_modules/async/internal/findGetResult.js

10 lines
200 B
JavaScript
Raw Permalink Normal View History

2024-01-10 16:11:49 +04:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _findGetResult;
function _findGetResult(v, x) {
return x;
}
module.exports = exports["default"];