Sha256: 70d45035be6f050d301ad46f50129500720431336f236393e1bc115ebd48e14c
Contents?: true
Size: 267 Bytes
Versions: 58
Compression:
Stored size: 267 Bytes
Contents
function _classPrivateFieldBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; } module.exports = _classPrivateFieldBase;
Version data entries
58 entries across 48 versions & 8 rubygems