Blame view

node_modules/babel-runtime/helpers/objectDestructuringEmpty.js 152 Bytes
6a9ffbcc   liuqimichale   地图点击事件
1
2
3
4
5
6
7
  "use strict";
  
  exports.__esModule = true;
  
  exports.default = function (obj) {
    if (obj == null) throw new TypeError("Cannot destructure undefined");
  };