Files
w4rpservices/node_modules/babel-runtime/helpers/objectDestructuringEmpty.js
2018-10-27 03:51:47 -05:00

7 lines
152 B
JavaScript
Vendored

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