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

    Type Alias NonAsyncArrow

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

    A Function type that misses its own prototype slot - created exclusively by an arrow function expression.