Takaro - v0.4.11
    Preparing search index...

    Function constant

    • Creates a function that returns value.

      Type Parameters

      • T

      Parameters

      • value: T

        The value to return from the new function.

      Returns () => T

      Returns the new function.