Version 1
[yaffs-website] / node_modules / babel-runtime / helpers / objectDestructuringEmpty.js
1 "use strict";
2
3 exports.__esModule = true;
4
5 exports.default = function (obj) {
6   if (obj == null) throw new TypeError("Cannot destructure undefined");
7 };