442eeb7f232222d9014c257b4f3119d64b8c15d4c754277243d73d8c5303f9c16a004a00d52ac3056fdd1d6bb609db03ce9f88aed7c99fc7566a844f6cd4da 155 B

1234
  1. function _objectDestructuringEmpty(t) {
  2. if (null == t) throw new TypeError("Cannot destructure " + t);
  3. }
  4. export { _objectDestructuringEmpty as default };