selfdefined/node_modules/babel-runtime/helpers/objectDestructuringEmpty.js
tatianamac 6d5445ecc5 update
2019-11-26 14:50:43 -08:00

7 lines
152 B
JavaScript

"use strict";
exports.__esModule = true;
exports.default = function (obj) {
if (obj == null) throw new TypeError("Cannot destructure undefined");
};