Options
All
  • Public
  • Public/Protected
  • All
Menu

Schema for recursive references

Hierarchy

Index

Constructors

Properties

schema: RecursiveRawSchema

Methods

  • provideTestError(object: any): Error
  • sanitize(object: any): any
  • test(object: any): boolean
  • Tests the schema against an object

    Parameters

    • object: any

      The object to test

    Returns boolean

    true if it matches the schema, false if it does not match

Generated using TypeDoc