UNPKG

@fedify/fedify

Version:

An ActivityPub server framework

7 lines (6 loc) 144 B
export function getTypeId(object) { if (object == null) return object; const cls = object.constructor; return cls.typeId; }