mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 02:08:16 +08:00
12 lines
219 B
JavaScript
12 lines
219 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = isModule;
|
|
function isModule(path) {
|
|
return path.node.sourceType === "module";
|
|
}
|
|
|
|
//# sourceMappingURL=is-module.js.map
|