Type alias SerDesGuard<Ctx>

SerDesGuard<Ctx>: ((value, ctx) => boolean)

Type Parameters

  • Ctx

Type declaration

    • (value, ctx): boolean
    • Parameters

      • value: any
      • ctx: Ctx

      Returns boolean