Urara-Blog/node_modules/.pnpm-store/v3/files/e5/c0a86e6fbe2f43660bc8937cbc7f04b2e9572b9776bcb2b03b14b277caafbe395cc97b0a7a3270bad33d861eb237a102ea3c5f1635c43b7fa4899e21a77db9
2022-08-14 01:14:53 +08:00

9 lines
No EOL
346 B
Text

"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