Libraries
    Preparing search index...

    Variable METHOD_LITERAL_BRANDConst

    METHOD_LITERAL_BRAND: "__cleverbrush_method_literal_brand__" = ...

    Unique string-literal brand key used by FixedMethods to detect extension methods whose first-argument literal should be accumulated in the return type.

    Declare the return type of any extension method as this & { readonly [METHOD_LITERAL_BRAND]?: N } (where N extends string) and FixedMethods will automatically make it generic so the literal name flows through the type system and accumulates across multiple calls.

    This powers scope-name autocomplete in SchemaQueryBuilder.scoped().