UNPKG

d2-ui

Version:
12 lines (10 loc) 243 B
'use strict'; /** * Extractor function for a JSXElement type value node. * * Currently just returns undefined as we haven't found * a use case for this yet. */ export default function extractValueFromJSXElement() { return undefined; }