astro-ghostcms/.pnpm-store/v3/files/74/818151f9b85625bdae7848f2598...

11 lines
287 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
'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;