objectDestructuringEmpty.js 228 B

1234
  1. function _objectDestructuringEmpty(t) {
  2. if (null == t) throw new TypeError("Cannot destructure " + t);
  3. }
  4. module.exports = _objectDestructuringEmpty, module.exports.__esModule = true, module.exports["default"] = module.exports;