Type Alias Producer<T>

Producer<T>: (() => T)

A function that produces a value.

Type Parameters

  • T