Projekt

Obecné

Profil

Stáhnout (130 Bajtů) Statistiky
| Větev: | Revize:
1
export default function _objectDestructuringEmpty(obj) {
2
  if (obj == null) throw new TypeError("Cannot destructure undefined");
3
}
(53-53/80)