ShortEmitsToObject<E>: E extends Record<string, any[]>
    ? {
        [K in keyof E]: ((...args: E[K]) => any)
    }
    : E

Type Parameters

  • E