UNPKG

geteventstore-promise2

Version:
4 lines 87 B
export default (events) => events.map(ev => { ev.created = ev.updated; return ev; });