Options
All
  • Public
  • Public/Protected
  • All
Menu

A deeply nested object containing ConformDeepValidatorFun's, a nested ConformDeepValidator or constant values

see

conformDeep

see

ConformDeepValidatorFun

Hierarchy

  • ConformDeepValidator

Indexable

const validator: ConformDeepValidator = {
  name: (name, srcObj) => name,
  stats: {
    age: (age, srcObj) => age,
    height: (height, srcObj) => height
  }
}
see

conformDeep

see

ConformDeepValidatorFun

Legend

  • Constructor
  • Property
  • Inherited property
  • Static property

Generated using TypeDoc