📄 JSXText.js
/home/palash/git/site/node_modules/jsx-ast-utils/src/values/JSXText.js
Language: js • Lines: 8
/**
 * Extractor function for a JSXText type value node.
 *
 * Returns self-closing element with correct name.
 */
export default function extractValueFromJSXText(value) {
  return value.raw;
}