persona-community-5/.pnpm-store/v3/files/72/49c1b2340e0dd69fb7c75eb4d546d88027499366c56272b5d09f5a27686f001e4bf5338b9ba6aafd8e2740ed01ca66faf92e5c034f317cd790c572a7b84935
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

8 lines
355 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isUndefinedIdentifier = isUndefinedIdentifier;
const utils_1 = require("@typescript-eslint/utils");
function isUndefinedIdentifier(i) {
return i.type === utils_1.AST_NODE_TYPES.Identifier && i.name === 'undefined';
}
//# sourceMappingURL=isUndefinedIdentifier.js.map