@eagleoutice/flowr - v2.10.2
    Preparing search index...

    Type Alias QuadIgnoreIf

    QuadIgnoreIf: (key: string, value: unknown) => boolean

    Predicate that allows you to ignore given elements based on their key/value

    Type Declaration

      • (key: string, value: unknown): boolean
      • Parameters

        • key: string
        • value: unknown

        Returns boolean

        true if the given key/value should be ignored, false otherwise