@petsel/es-type-detection - v1.0.0
    Preparing search index...

    Type Alias ConciseGenericMethod

    ConciseGenericMethod: Function & {
        __brand: "ConciseGenericMethod";
        __constructorName: "Function";
        prototype: undefined;
    }

    A Function type that misses its own prototype slot. Thus, it does share some characteristics of a NonAsyncArrow function type - but it gets created exclusively by a non-async and non-generator shorthand method definition. (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Method_definitions#description).