Askr
Generated API snapshot

@askrjs/vite/server

Exports from the declarations published in @askrjs/vite 0.0.7. Signatures are generated from the installed artifact.

  • @askrjs/vite/server0.0.7

Exports

This entrypoint publishes 12 exports. Use the anchored symbol rows for direct links. Type-only exports are labeled separately from runtime values.

askrServertype

askrServer: (options: AskrServerOptions) => AskrServerPlugin

composeAskrDocumentResponsetype

composeAskrDocumentResponse: (response: Response, transformedDocument: string, options?: AskrDocumentOptions) => Promise<Response>

composeAskrHeadtype

composeAskrHead: (document: string, head: string, lang?: string, dir?: string) => string

createDocumentApptype

createDocumentApp: (app: ServerApp, transformedDocument: string, options?: AskrDocumentOptions) => ServerApp