2024-01-29 09:26:07 +08:00

3 lines
120 B
JavaScript

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