Library API
    Preparing search index...

    Function dynamicProxy

    • Creates a proxy that evaluates eligible function-valued properties when read.

      Type Parameters

      • T extends object

      Parameters

      • target: T

        The object whose properties are evaluated

      Returns Evaluated<T>

      A proxy that invokes eligible functions with target as their receiver; symbols, constructors, and fixed function properties are returned unchanged