UNPKG

130 BJavaScriptView Raw
1export default function _objectDestructuringEmpty(obj) {
2 if (obj == null) throw new TypeError("Cannot destructure undefined");
3}
\No newline at end of file