astro-ghostcms/.pnpm-store/v3/files/b2/226fe1af05615f59cadfdfe7537...

9 lines
194 B
Plaintext

/**
* Extractor function for a JSXText type value node.
*
* Returns self-closing element with correct name.
*/
export default function extractValueFromJSXText(value) {
return value.raw;
}