Files
2023-11-25 18:12:47 -05:00

3 lines
120 B
JavaScript

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