UNPKG

@pubby/sdk

Version:
9 lines (6 loc) 180 B
import * as types from '.'; var ALL_EVENTS = Object.values(types).reduce(function (map, msg) { map.set(msg.id, msg); return map; }, new Map()); export { ALL_EVENTS };