UNPKG

160 BJavaScriptView Raw
1function _objectDestructuringEmpty(obj) {
2 if (obj == null) throw new TypeError("Cannot destructure undefined");
3}
4
5module.exports = _objectDestructuringEmpty;
\No newline at end of file