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

    Type Alias UnnamedFunction

    UnnamedFunction: Function & { __brand: "UnnamedFunction"; name: "" }

    A branded type representing any function whose name value is explicitly the empty string (''). Often anonymous or dynamically created.