Skip to main content
The Deno 2 Release Candidate is here
Learn more
class Profile
Re-export
import { Profile } from "https://deno.land/x/activitypub@v0.1.0/mod.ts";

A Profile is a content object that describes another Object, typically used to describe Actor Type objects. The describes property is used to reference the object being described by the profile.

Docs