persona-community-5/.pnpm-store/v3/files/3b/22b4cf2a8f443ef099879e57a1ef9ac842f5a32096e2e811d2f2dbb06e25e3e0d743be67f12686caf7161b042a452af1cc0aa4128c4b2e9ccfbac448c1884e
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
313 B
Plaintext

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