Skip to main content
The Deno 2 Release Candidate is here
Learn more
import * as activitypub from "https://deno.land/x/activitypub@v0.1.0/Activity.ts";

Classes

An Activity is a subtype of Object that describes some form of action that may happen, is currently happening, or has already happened. The Activity type itself serves as an abstract base type for all types of activities. It is important to note that the Activity type itself does not carry any specific semantics about the kind of action being taken.