UNPKG

@curveball/browser

Version:

Automatic API browser generator. A middleware that turns your JSON responses into HTML if accessed by a browser.

6 lines (5 loc) 256 B
import { Middleware } from '@curveball/kernel'; import { Options } from './types.js'; export type { Options } from './types.js'; export declare const supportedContentTypes: string[]; export default function browser(options?: Partial<Options>): Middleware;