UNPKG

@pubby/sdk

Version:
6 lines (5 loc) 170 B
import * as types from '.'; declare type K = keyof typeof types; declare type Msgs = typeof types[K]; export declare const ALL_EVENTS: Map<string, Msgs>; export {};