UNPKG

html-to-react

Version:

A lightweight library that converts raw HTML to a React DOM structure.

9 lines (7 loc) 144 B
'use strict'; function shouldProcessEveryNode(node) { return true; } module.exports = { shouldProcessEveryNode: shouldProcessEveryNode, };