A callback that maps a WebFinger username to the corresponding actor's
internal identifier, or null
if the username is not found.
The context data to pass to the Context.
An ActivityPub/fediverse server framework
A callback that maps a WebFinger username to the corresponding actor's
internal identifier, or null
if the username is not found.
The context data to pass to the Context.
Add Package
deno add jsr:@fedify/fedify
Import symbol
import { type ActorHandleMapper } from "@fedify/fedify/federation";
---- OR ----
Import directly with a jsr specifier
import { type ActorHandleMapper } from "jsr:@fedify/fedify/federation";
Add Package
npx jsr add @fedify/fedify
Import symbol
import { type ActorHandleMapper } from "@fedify/fedify/federation";
Add Package
yarn dlx jsr add @fedify/fedify
Import symbol
import { type ActorHandleMapper } from "@fedify/fedify/federation";
Add Package
pnpm dlx jsr add @fedify/fedify
Import symbol
import { type ActorHandleMapper } from "@fedify/fedify/federation";
Add Package
bunx jsr add @fedify/fedify
Import symbol
import { type ActorHandleMapper } from "@fedify/fedify/federation";