@pleisto/active-support
    Preparing search index...

    Variable proxiedConst

    proxied: <T, K>(handler: (propertyName: T) => K) => Record<string, K>

    Creates a Proxy object that will dynamically call the handler argument when attributes are accessed

    Type declaration

      • <T, K>(handler: (propertyName: T) => K): Record<string, K>
      • Type Parameters

        • T
        • K

        Parameters

        • handler: (propertyName: T) => K

        Returns Record<string, K>