UNPKG

hono

Version:

Web framework built on Web Standards

7 lines (6 loc) 175 B
/** * @module * SSG Helper for Hono. */ export * from './ssg'; export { X_HONO_DISABLE_SSG_HEADER_KEY, ssgParams, isSSGContext, disableSSG, onlySSG, } from './middleware';