aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js
blob: 1d5c04a7168514cb394cdbd4477879dc1b8d4b5b (plain)
1
2
3
4
5
function _objectDestructuringEmpty(obj) {
  if (obj == null) throw new TypeError("Cannot destructure undefined");
}

module.exports = _objectDestructuringEmpty;