calckey/src/remote/activitypub/renderer/announce.ts

5 lines
66 B
TypeScript

export default (object: any) => ({
type: 'Announce',
object
});