@pleisto/active-support
    Preparing search index...

    Variable anyConst

    any: AnyPattern

    P.any is a wildcard pattern, matching any value.

    Read the documentation for P.any on GitHub

    match(value)
    .with(P.any, () => 'will always match')