persona-community-5/.pnpm-store/v3/files/88/4edb47e68ac9fb3bc21d2a068fbf469d70db3bba8a07d656658abbd21b5136417a3dceae8246a65cd01dc7770ffdbc8643d8373033102580ece7a0ec2d6228
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

13 lines
270 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = isNode;
var _index = require("../definitions/index.js");
function isNode(node) {
return !!(node && _index.VISITOR_KEYS[node.type]);
}
//# sourceMappingURL=isNode.js.map