fd22b0bf58
V2 (Laravel re-make)
3 lines
130 B
JavaScript
Vendored
3 lines
130 B
JavaScript
Vendored
export default function _objectDestructuringEmpty(obj) {
|
|
if (obj == null) throw new TypeError("Cannot destructure undefined");
|
|
} |