astro-ghostcms/.pnpm-store/v3/files/ec/5536c9d791dac050e86f465d2e8...

9 lines
395 B
Plaintext

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