Sha256: a04bd8a129e06d3e9c32ce885ac5bb6a7572e74dcff4f452ec4cdaa1868d9061
Contents?: true
Size: 438 Bytes
Versions: 30
Compression:
Stored size: 438 Bytes
Contents
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = _assertClassBrand; function _assertClassBrand(brand, receiver, returnValue) { if (typeof brand === "function" ? brand === receiver : brand.has(receiver)) { return arguments.length < 3 ? receiver : returnValue; } throw new TypeError("Private element is not present on this object"); } //# sourceMappingURL=assertClassBrand.js.map
Version data entries
30 entries across 26 versions & 2 rubygems