Type alias Supplier<T>

Supplier<T>: (() => T)

A function that takes no parameter and returns a value.

Type Parameters

  • T

Type declaration

    • (): T
    • Returns T

Generated using TypeDoc