Blame view

天文台pc/tianwentai-ui/node_modules/@babel/helper-module-imports/lib/is-module.js 219 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
8
9
10
11
  "use strict";
  
  Object.defineProperty(exports, "__esModule", {
    value: true
  });
  exports.default = isModule;
  function isModule(path) {
    return path.node.sourceType === "module";
  }
  
  //# sourceMappingURL=is-module.js.map