UNPKG

@fedify/fedify

Version:

An ActivityPub server framework

10 lines (9 loc) 245 B
/** * This module contains the runtime facilities for working with Activity * Vocabulary objects, which are auto-generated from the IDL. * * @module */ export * from "./docloader.js"; export * from "./key.js"; export * from "./langstr.js";