Tweakr
    Preparing search index...

    Function identityAsync

    • Async identity function.

      Type Parameters

      • T

      Parameters

      • value: T

        Value to return.

      Returns Promise<T>

      Promise resolving to the value.

      await identityAsync(5); // 5
      

      1.2.0