persona-community-5/.pnpm-store/v3/files/0e/bf10a423255fc6da65f5d8aea5d66bf67d52ca78f1a199c8299dc2101b0359b6b2137a3ac938fe02a3f9642a0507de1f41214fa47ce51539bd50a490f28c66
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

12 lines
219 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = isModule;
function isModule(path) {
return path.node.sourceType === "module";
}
//# sourceMappingURL=is-module.js.map