Your IP : 216.73.216.220


Current Path : /home/deltalab/PMS/ims-connector/node_modules/get-symbol-description/
Upload File :
Current File : //home/deltalab/PMS/ims-connector/node_modules/get-symbol-description/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;