Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
fedify-dev/fedifyWorks with
•JSR Score100%•This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




License
•MIT
Downloads45/wk
•Published2 days ago (2.1.10)
Functions
f
federation<TContextData, THonoContext extends HonoContext>(): HonoMiddleware<THonoContext>
federation: Federation<TContextData>,
contextDataFactory: ContextDataFactory<TContextData, THonoContext>
Create a Hono middleware to integrate with the Federation object.
Interfaces
Type Aliases
T
ContextDataFactory<TContextData, THonoContext> = (context: THonoContext) => TContextData | Promise<TContextData>
A factory function to create a context data for the Federation object.