UNPKG

@absinthe/socket

Version:
13 lines (8 loc) 243 B
// @flow const absintheEventNames = { doc: ("doc": "doc"), unsubscribe: ("unsubscribe": "unsubscribe") }; type AbsintheEventName = $Values<typeof absintheEventNames>; export default absintheEventNames; export type {AbsintheEventName};