Type Alias Consumer<T>

Consumer<T>: ((value: T) => void)

A function that consumes a value.

Type Parameters

  • T