UNPKG

@whatwg-node/server

Version:

Fetch API compliant HTTP Server adapter

3 lines (2 loc) 154 B
import type { ServerAdapterPlugin } from './types.js'; export declare function useContentEncoding<TServerContext>(): ServerAdapterPlugin<TServerContext>;