blob: 1d5c04a7168514cb394cdbd4477879dc1b8d4b5b [file] [log] [blame]
function _objectDestructuringEmpty(obj) {
if (obj == null) throw new TypeError("Cannot destructure undefined");
}
module.exports = _objectDestructuringEmpty;