Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "validate/Checker"

Index

Type aliases

Checker

CheckerAsBoolean

CheckerAsBoolean: function

Type declaration

    • (value: any, data?: Props): boolean
    • Parameters

      • value: any
      • Optional data: Props

      Returns boolean

CheckerAsString

CheckerAsString: function

Type declaration

    • (value: any, data?: Props): string
    • Parameters

      • value: any
      • Optional data: Props

      Returns string

Generated using TypeDoc