yumechi-no-kuni/src/remote/activitypub/renderer/ordered-collection.ts

7 lines
134 B
TypeScript
Raw Normal View History

2018-06-17 19:54:53 -05:00
export default (id: string, totalItems: any, orderedItems: any) => ({
2018-04-01 05:18:36 -05:00
id,
type: 'OrderedCollection',
totalItems,
orderedItems
});