Skip to main content

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
94%
Published
5 days ago (1.5.0)
interface NormalizeActorHandleOptions

Options for normalizeActorHandle.

Properties

Whether to trim the leading @ from the actor handle. Turned off by default.

Whether to convert the domain part of the actor handle to punycode, if it is an internationalized domain name. Turned off by default.

Add Package

deno add jsr:@fedify/fedify

Import symbol

import { type NormalizeActorHandleOptions } from "@fedify/fedify/vocab";

---- OR ----

Import directly with a jsr specifier

import { type NormalizeActorHandleOptions } from "jsr:@fedify/fedify/vocab";

Add Package

npx jsr add @fedify/fedify

Import symbol

import { type NormalizeActorHandleOptions } from "@fedify/fedify/vocab";

Add Package

yarn dlx jsr add @fedify/fedify

Import symbol

import { type NormalizeActorHandleOptions } from "@fedify/fedify/vocab";

Add Package

pnpm dlx jsr add @fedify/fedify

Import symbol

import { type NormalizeActorHandleOptions } from "@fedify/fedify/vocab";

Add Package

bunx jsr add @fedify/fedify

Import symbol

import { type NormalizeActorHandleOptions } from "@fedify/fedify/vocab";