Immertation
    Preparing search index...

    Function isBox

    • Type guard that checks whether a value is a Box produced by an inspect proxy's box() method. Identified by a private brand symbol so arbitrary { value, inspect } shapes in user data do not match.

      Type Parameters

      • T = unknown

        The boxed value type

      Parameters

      • value: unknown

        Value to check

      Returns value is Box<T>

      True if the value is a Box