Sha256: cdc7ede7952bc512396e3aa300d0ae94e554de70d83ca2337d2684b65a4f3809
Contents?: true
Size: 166 Bytes
Versions: 97
Compression:
Stored size: 166 Bytes
Contents
export default function _newArrowCheck(innerThis, boundThis) { if (innerThis !== boundThis) { throw new TypeError("Cannot instantiate an arrow function"); } }
Version data entries
97 entries across 85 versions & 14 rubygems