Uneventful
    Preparing search index...

    Function expiring

    • Proxy an object so it "expires" (becomes inaccessible) with the calling job.

      Any attempts to use the returned object after the job ends or restarts (other than to check its typeof) will result in a TypeError.

      Note: your runtime environment must support Proxy.revocable().

      Type Parameters

      • T extends object

      Parameters

      • obj: T

      Returns T