Type Alias AssertionGuard<T>

AssertionGuard<T>: ((input: unknown) => asserts input is T)

Type Parameters

  • T