Urara-Blog/node_modules/.pnpm-store/v3/files/74/818151f9b85625bdae7848f25988515c950b167233a904fe1d4cbfbc267b84b7b83fc6519e9a1e26627febe2c88fd666b9e80e46cc2212379f8ea8ec4edc37
2022-08-14 01:14:53 +08:00

10 lines
287 B
Text

'use strict';
var getInferredName;
try {
// eslint-disable-next-line no-new-func
getInferredName = Function('s', 'return { [s]() {} }[s].name;');
} catch (e) {}
var inferred = function () {};
module.exports = getInferredName && inferred.name === 'inferred' ? getInferredName : null;