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

    Variable nonNullableConst

    nonNullable: NonNullablePattern

    P.nonNullable is a wildcard pattern, matching everything except null or undefined.

    Read the documentation for P.nonNullable on GitHub

    .with(P.nonNullable, (x) => `${x} isn't null nor undefined`)