Bitbybit Docs
    Preparing search index...

    Class IncludesDto<T> (Inputs.Lists)

    A list and an item for lists.includes and lists.findIndex.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionallist: T[]
      • Optionalitem: T

      Returns IncludesDto<T>

    Properties

    list: T[]

    The list to search.

    undefined
    
    item: T

    The item to look for; it must be the very same value or object, not just an equal-looking one.

    undefined