• Stops the tracking of dependencies made by computed and calls the provided function. After the function returns, the tracking of dependencies continues as before.

    Type Parameters

    • T

    Parameters

    • fn: (() => T)

      function to be called

        • (): T
        • Returns T

    Returns T

    the value returned by the given function

Generated using TypeDoc