astro-ghostcms/.pnpm-store/v3/files/74/06a2a896411f1926e523f6463b4...

16 lines
370 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = isVar;
var _index = require("./generated/index.js");
var _index2 = require("../constants/index.js");
function isVar(node) {
return (0, _index.isVariableDeclaration)(node, {
kind: "var"
}) && !node[_index2.BLOCK_SCOPED_SYMBOL];
}
//# sourceMappingURL=isVar.js.map