Options
All
  • Public
  • Public/Protected
  • All
Menu

External module Validators

Index

Functions

compare

  • Parameters

    Returns function

      • (target: object, property: string): void
      • Parameters

        • target: object
          • [key: string]: any
        • property: string

        Returns void

creditCard

  • Parameters

    Returns function

      • (target: object, property: string): void
      • Parameters

        • target: object
          • [key: string]: any
        • property: string

        Returns void

emailAddress

instanceOf

mobilePhone

range

  • Parameters

    Returns function

      • (target: object, property: string): void
      • Parameters

        • target: object
          • [key: string]: any
        • property: string

        Returns void

regularExpression

required

  • Parameters

    Returns function

      • (target: object, property: string): void
      • Parameters

        • target: object
          • [key: string]: any
        • property: string

        Returns void

stringLength

typeOf

  • Parameters

    Returns function

      • (target: object, property: string): void
      • Parameters

        • target: object
          • [key: string]: any
        • property: string

        Returns void

Generated using TypeDoc