Sha256: 171ba7e0a28cc53e13e7051d85e2ea745652186b4a8228e1fab92a54a2ca349d
Contents?: true
Size: 309 Bytes
Versions: 30
Compression:
Stored size: 309 Bytes
Contents
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = _newArrowCheck; function _newArrowCheck(innerThis, boundThis) { if (innerThis !== boundThis) { throw new TypeError("Cannot instantiate an arrow function"); } } //# sourceMappingURL=newArrowCheck.js.map
Version data entries
30 entries across 26 versions & 3 rubygems