HOME


sh-3ll 1.0
DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/@babel/types/lib/validators/
Upload File :
Current File : //proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/@babel/types/lib/validators/isNode.js
"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]);
}