Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "schemas/index"

Index

Functions

Functions

isJoi

  • isJoi<TObj>(val: any): val is TObj
  • Checks if a value is a joi object or not.

    Type parameters

    • TObj: JoiObject

    Parameters

    • val: any

      The value to check.

    Returns val is TObj

    Is joi object or not.

Generated using TypeDoc