summaryrefslogtreecommitdiff
path: root/node_modules/@babel/helper-module-imports/lib/is-module.js
blob: 0bbda0139f95efbd176648baed7d3a107ec0e9a7 (plain) (blame)
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