Current section

Files

Jump to
common_graphql_client priv npm node_modules @babel runtime helpers objectDestructuringEmpty.js
Raw

priv/npm/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js

function _objectDestructuringEmpty(obj) {
if (obj == null) throw new TypeError("Cannot destructure undefined");
}
module.exports = _objectDestructuringEmpty;