blob: d8c30604635273b3915b8e1208a3ce661658f83d [file] [log] [blame]
function _nullishReceiverError(r) {
throw new TypeError("Cannot set property of null or undefined.");
}
export { _nullishReceiverError as default };