Type Alias AssertExErrorFunc<T, R>

AssertExErrorFunc<T, R>: ((value?: T | null) => R)

Type Parameters

  • T
  • R extends Error