Sha256: 6e287beda46279dae7c48d0cae6cb4391c843392606a172ac11e3243394dd15c
Contents?: true
Size: 287 Bytes
Versions: 76
Compression:
Stored size: 287 Bytes
Contents
'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;
Version data entries
76 entries across 71 versions & 9 rubygems