Skip to main content
Home
Works with
This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score70%
License
MIT
Downloads10/wk
Published5 hours ago (2.3.2)

Integrate Fedify with Express

Functions

f
integrateFederation<TContextData>(
federation: Federation<TContextData>,
contextDataFactory: ContextDataFactory<TContextData>
): Middleware
No documentation available

Type Aliases

T
ContextDataFactory<TContextData> = (req: ERequest) => TContextData | Promise<TContextData>
No documentation available

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@fedify/express

Import symbol

import * as mod from "@fedify/express";
or

Import directly with a jsr specifier

import * as mod from "jsr:@fedify/express";