Files
lcbp3.np-dms.work/frontend/node_modules/get-symbol-description/getInferredName.js
2025-09-21 20:29:15 +07:00

14 lines
474 B
JavaScript
Executable File

'use strict';
/** @type {NonNullable<import('./getInferredName')> | undefined} */
var getInferredName;
try {
// eslint-disable-next-line no-new-func, no-extra-parens
getInferredName = /** @type {NonNullable<import('./getInferredName')>} */ (Function('s', 'return { [s]() {} }[s].name;'));
} catch (e) {}
var inferred = function () {};
/** @type {import('./getInferredName')} */
module.exports = getInferredName && inferred.name === 'inferred' ? getInferredName : null;