UNPKG

@fedify/fedify

Version:

An ActivityPub server framework

10 lines 278 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"; //# sourceMappingURL=mod.d.ts.map