Blame view

node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js 160 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
5
  function _objectDestructuringEmpty(obj) {
    if (obj == null) throw new TypeError("Cannot destructure undefined");
  }
  
  module.exports = _objectDestructuringEmpty;