@fedify/fedify
Version:
An ActivityPub server framework
12 lines (11 loc) • 397 B
JavaScript
const { Temporal } = require("@js-temporal/polyfill");
const { URLPattern } = require("urlpattern-polyfill");
var _fedify_vocab = require("@fedify/vocab");
Object.keys(_fedify_vocab).forEach(function(k) {
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function() {
return _fedify_vocab[k];
}
});
});