Person.prototype.getAliases(options?: { documentLoader?: DocumentLoader; contextLoader?: DocumentLoader; suppressError?: boolean; tracerProvider?: TracerProvider; crossOrigin?: "ignore" | "throw" | "trust"; }): AsyncIterable<Application | Group | Organization | Person | Service>
Use with
Deno
Deno
pnpm
Yarn
vlt
npm
Bun
Add Package
deno add jsr:@fedify/vocab
Import symbol
import { Person } from "@fedify/vocab";
or
Import directly with a jsr specifier
import { Person } from "jsr:@fedify/vocab@^2.3.6";