%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/node_modules/jsx-ast-utils/lib/values/
Upload File :
Create Path :
Current File : /var/www/html/node_modules/jsx-ast-utils/lib/values/JSXElement.js

"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = extractValueFromJSXElement;
/**
 * Extractor function for a JSXElement type value node.
 *
 * Returns self-closing element with correct name.
 */
function extractValueFromJSXElement(value) {
  return "<" + value.openingElement.name.name + " />";
}

Zerion Mini Shell 1.0