Projekt

Obecné

Profil

Stáhnout (152 Bajtů) Statistiky
| Větev: | Revize:
1 3a515b92 cagy
"use strict";
2
3
exports.__esModule = true;
4
5
exports.default = function (obj) {
6
  if (obj == null) throw new TypeError("Cannot destructure undefined");
7
};