Endo
    Preparing search index...

    Type Alias EMethods<T>

    EMethods: {
        readonly [P in keyof T]: T[P] extends Callable ? ECallable<T[P]> : never
    }

    Type Parameters

    • T