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.
ASKR_APP_MARKERtype
ASKR_APP_MARKER: "<!--askr-app-->"ASKR_HEAD_MARKERtype
ASKR_HEAD_MARKER: "<!--askr-head-->"ASKR_SERVER_MODULE_IDtype
ASKR_SERVER_MODULE_ID: "virtual:askr-server"AskrDocumentOptionstype
AskrDocumentOptions: anyaskrServertype
askrServer: (options: AskrServerOptions) => AskrServerPluginAskrServerOptionstype
AskrServerOptions: anyAskrServerPlugintype
AskrServerPlugin: anycomposeAskrDocumentResponsetype
composeAskrDocumentResponse: (response: Response, transformedDocument: string, options?: AskrDocumentOptions) => Promise<Response>composeAskrHeadtype
composeAskrHead: (document: string, head: string, lang?: string, dir?: string) => stringcreateDocumentApptype
createDocumentApp: (app: ServerApp, transformedDocument: string, options?: AskrDocumentOptions) => ServerAppinsertAskrFragmenttype
insertAskrFragment: (document: string, fragment: string) => stringisAskrFragmenttype
isAskrFragment: (response: Response) => boolean