Skip to main content
This release is 14 versions behind 1.3.3 — the latest version of @fedify/fedify. Jump to latest

Built and signed on GitHub Actions

An ActivityPub/fediverse server framework

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 Score
100%
Published
3 months ago (1.2.0)
interface Link

Represents a link. See also RFC 7033 section 4.4.4.

Properties

The link's relation type, which is either a URI or a registered relation type (see RFC 5988).

optional
type: string

The media type of the target resource (see RFC 6838).

A URI pointing to the target resource.

optional
titles: Record<string, string>

Human-readable titles describing the link relation. If the language is unknown or unspecified, the key is "und".

optional
properties: Record<string, string>

Conveys additional information about the link relation.

Add Package

deno add jsr:@fedify/fedify

Import symbol

import { type Link } from "@fedify/fedify/webfinger";

---- OR ----

Import directly with a jsr specifier

import { type Link } from "jsr:@fedify/fedify/webfinger";

Add Package

npx jsr add @fedify/fedify

Import symbol

import { type Link } from "@fedify/fedify/webfinger";

Add Package

yarn dlx jsr add @fedify/fedify

Import symbol

import { type Link } from "@fedify/fedify/webfinger";

Add Package

pnpm dlx jsr add @fedify/fedify

Import symbol

import { type Link } from "@fedify/fedify/webfinger";

Add Package

bunx jsr add @fedify/fedify

Import symbol

import { type Link } from "@fedify/fedify/webfinger";