Type Alias MatchCallback<T>

MatchCallback<T>: ((value: T) => boolean)

Type Parameters

  • T