3 lines
No EOL
127 B
JavaScript
Executable file
3 lines
No EOL
127 B
JavaScript
Executable file
export default function _objectDestructuringEmpty(obj) {
|
|
if (obj == null) throw new TypeError("Cannot destructure " + obj);
|
|
} |