%PDF- %PDF-
Direktori : /var/www/html/node_modules/jsx-ast-utils/src/values/ |
Current File : /var/www/html/node_modules/jsx-ast-utils/src/values/JSXElement.js |
/** * Extractor function for a JSXElement type value node. * * Returns self-closing element with correct name. */ export default function extractValueFromJSXElement(value) { return `<${value.openingElement.name.name} />`; }