getActorTypeName(actor: Actor): ActorTypeName
Gets the type name of the given actor.
actor: Actor
The actor to get the type name of.
The type name of the given actor.
An ActivityPub/fediverse server framework
getActorTypeName(actor: Actor): ActorTypeName
Gets the type name of the given actor.
actor: Actor
The actor to get the type name of.
The type name of the given actor.
Add Package
deno add jsr:@fedify/fedify
Import symbol
import { getActorTypeName } from "@fedify/fedify/vocab";
---- OR ----
Import directly with a jsr specifier
import { getActorTypeName } from "jsr:@fedify/fedify/vocab";
Add Package
npx jsr add @fedify/fedify
Import symbol
import { getActorTypeName } from "@fedify/fedify/vocab";
Add Package
yarn dlx jsr add @fedify/fedify
Import symbol
import { getActorTypeName } from "@fedify/fedify/vocab";
Add Package
pnpm dlx jsr add @fedify/fedify
Import symbol
import { getActorTypeName } from "@fedify/fedify/vocab";
Add Package
bunx jsr add @fedify/fedify
Import symbol
import { getActorTypeName } from "@fedify/fedify/vocab";