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

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

Type declaration

    • (key, value): boolean
    • Parameters

      • key: string
      • value: unknown

      Returns boolean

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