Sha256: 60d990627040a21dcef4546816fd39b0b50bfc1c4dabc96689078d602cc1f0ae
Contents?: true
Size: 263 Bytes
Versions: 34
Compression:
Stored size: 263 Bytes
Contents
function _newArrowCheck(innerThis, boundThis) { if (innerThis !== boundThis) { throw new TypeError("Cannot instantiate an arrow function"); } } module.exports = _newArrowCheck; module.exports["default"] = module.exports, module.exports.__esModule = true;
Version data entries
34 entries across 33 versions & 5 rubygems