hippofish/src/remote/activitypub/renderer/announce.ts
2018-08-17 02:37:20 +09:00

5 lines
83 B
TypeScript

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