A callback that returns a cursor for a collection.
TContext extends Context<TContextData>
The type of the context. Context or RequestContext.
The context data to pass to the Context.
An ActivityPub/fediverse server framework
A callback that returns a cursor for a collection.
TContext extends Context<TContextData>
The type of the context. Context or RequestContext.
The context data to pass to the Context.
Add Package
deno add jsr:@fedify/fedify
Import symbol
import { type CollectionCursor } from "@fedify/fedify/federation";
---- OR ----
Import directly with a jsr specifier
import { type CollectionCursor } from "jsr:@fedify/fedify/federation";
Add Package
npx jsr add @fedify/fedify
Import symbol
import { type CollectionCursor } from "@fedify/fedify/federation";
Add Package
yarn dlx jsr add @fedify/fedify
Import symbol
import { type CollectionCursor } from "@fedify/fedify/federation";
Add Package
pnpm dlx jsr add @fedify/fedify
Import symbol
import { type CollectionCursor } from "@fedify/fedify/federation";
Add Package
bunx jsr add @fedify/fedify
Import symbol
import { type CollectionCursor } from "@fedify/fedify/federation";