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

    Type Alias AnyArrow

    AnyArrow: Function & {
        __brand: "AnyArrow";
        __constructorName: "Function" | "AsyncFunction";
        prototype: undefined;
    }

    Any variant of an arrow function expression - created as:

    • either Function
    • or AsyncFunction