Function unwrap

  • Unwraps a reactive object to its original form. This is useful when you want to access the original object without the reactive proxy.

    Type Parameters

    • T extends object

    Parameters

    • object: T

      The proxy object to unwrap

    Returns T

    the original object