mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 20:19:30 +08:00
12 lines
No EOL
238 B
Text
12 lines
No EOL
238 B
Text
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = isNode;
|
|
|
|
var _definitions = require("../definitions");
|
|
|
|
function isNode(node) {
|
|
return !!(node && _definitions.VISITOR_KEYS[node.type]);
|
|
} |