ArrayOperators<T>: {
    contains: T;
    notContains: T;
}

Type Parameters

  • T

Type declaration

  • contains: T
  • notContains: T