@mudssky/jsutils
    Preparing search index...

    Function diff

    • Returns all items from the first list that do not exist in the second list.

      Type Parameters

      • T

      Parameters

      • root: readonly T[]
      • other: readonly T[]
      • identity: (item: T) => string | number | symbol = ...

      Returns T[]