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

    Variable unknownConst

    unknown: UnknownPattern

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

    Read the documentation for P.unknown on GitHub

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