Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CatchesOptions<T, U>

Type parameters

  • T

  • U

Hierarchy

  • CatchesOptions

Index

Properties

Properties

Optional limit

limit?: number

Errors will only be catched once by default, but selector can be made to be called recursively by setting a higher than 1 limit.

Optional selector

selector?: CatchesSelector<T, U>

See CatchesSelector.

Generated using TypeDoc