UNPKG

html-to-react

Version:

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

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