Takaro - v0.4.11
    Preparing search index...
    • Creates a function that is restricted to invoking func once. Repeat calls to the function return the value of the first call. The func is invoked with the this binding and arguments of the created function.

      Type Parameters

      • T extends (...args: any) => any

      Parameters

      • func: T

        The function to restrict.

      Returns T

      Returns the new restricted function.