admin
2020-12-31 91fce32b078d7e29aa0260e5e47c7df602c4c5ee
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
function _typeof(obj) {
  "@babel/helpers - typeof";
 
  if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
    module.exports = _typeof = function _typeof(obj) {
      return typeof obj;
    };
  } else {
    module.exports = _typeof = function _typeof(obj) {
      return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
    };
  }
 
  return _typeof(obj);
}
 
module.exports = _typeof;