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

    Variable stringConst

    string: StringPattern

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

    Read the documentation for P.string on GitHub

    match(value)
    .with(P.string, () => 'will match on strings')