UNPKG

estree-util-build-jsx

Version:

Transform JSX in estrees to function calls (for react, preact, and most hyperscript interfaces)

7 lines (5 loc) 159 B
/** * @typedef {import('./lib/index.js').Options} Options * @typedef {import('./lib/index.js').Runtime} Runtime */ export {buildJsx} from './lib/index.js'