
PK 
| ADDRLIN : /home/questend/public_html/domains/flaxzy.com/node_modules/es-abstract/helpers/ |
| Current File : /home/questend/public_html/domains/flaxzy.com/node_modules/es-abstract/helpers/getInferredName.js |
'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;

