Projekt

Obecné

Profil

Stáhnout (160 Bajtů) Statistiky
| Větev: | Revize:
1
function _objectDestructuringEmpty(obj) {
2
  if (obj == null) throw new TypeError("Cannot destructure undefined");
3
}
4

    
5
module.exports = _objectDestructuringEmpty;
(54-54/80)