Options
Menu

Return true if the number of items in array is lower or equal to the value of "minimum".

@require underscore

Index

Constructor methods

Properties

Methods

Constructor methods

constructor

  • Default constructor.

    Parameters

    • Min?: number optional

    Returns MinItemsValidator

Properties

Min

Min: number

tagName

tagName: string

Methods

isAcceptable

  • isAcceptable(s: any): boolean
  • Parameters

    • s: any

    Returns boolean

Generated using TypeDoc