nullishReceiverError.js 120 B

123
  1. export default function _nullishReceiverError(r) {
  2. throw new TypeError("Cannot set property of null or undefined.");
  3. }