blob: 82b67d2cba7064db9a5b70548834989785c24962 [file] [log] [blame]
export default function _objectDestructuringEmpty(obj) {
if (obj == null) throw new TypeError("Cannot destructure undefined");
}