paricafe/src/remote/activitypub/renderer/tombstone.ts

5 lines
62 B
TypeScript
Raw Normal View History

2018-09-01 12:57:34 -05:00
export default (id: string) => ({
id,
type: 'Tombstone'
});