astro-ghostcms/.pnpm-store/v3/files/36/9af240f2b7137ecbeb264982549...

9 lines
345 B
Plaintext
Raw Normal View History

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