Options
Menu

Return true if a numeric instance is valid against "multipleOf" if the result of the division of the instance by this keyword's value is an integer, otherwise false.

@require underscore

Index

Constructor methods

Properties

Methods

Constructor methods

constructor

  • Default constructor

    Parameters

    • Divider?: number optional

    Returns MultipleOfValidator

Properties

Divider

Divider: number

private MultipleOfDefaultValue

MultipleOfDefaultValue: number

tagName

tagName: string

Methods

isAcceptable

  • isAcceptable(s: any): boolean
  • Parameters

    • s: any

    Returns boolean

Generated using TypeDoc