Current section

Files

Jump to
udia assets node_modules babel-runtime helpers objectDestructuringEmpty.js
Raw

assets/node_modules/babel-runtime/helpers/objectDestructuringEmpty.js

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