Skip to main content
Home

Built and signed on GitHub Actions

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 Score76%
License
MIT
Downloads36/wk
Published2 weeks ago (2.3.1)

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";