UNPKG

hono

Version:

Web framework built on Web Standards

7 lines (6 loc) 184 B
/** * @module * This module provides the `hono/jsx/dom` runtime. */ export { jsxDEV as jsx, Fragment } from './jsx-dev-runtime'; export { jsxDEV as jsxs } from './jsx-dev-runtime';