????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/@babel/types/lib/validators/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/@babel/types/lib/validators/isNode.js |
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = isNode; var _index = require("../definitions/index.js"); function isNode(node) { return !!(node && _index.VISITOR_KEYS[node.type]); } //# sourceMappingURL=isNode.js.map