Interface Container

A container type that provides contains().

Interface

Container

Hierarchy

  • Container

Implemented by

Properties

Properties

contains: ((x: any) => boolean)

Type declaration

    • (x: any): boolean
    • Parameters

      • x: any

      Returns boolean

Generated using TypeDoc