UNPKG

tickethead-sdk

Version:

SDK for the Tickethead API

6 lines 276 B
/** * Returns a proxy object which can be used in place of the regular object. * This object will log all modifications of the target object's properties. */ export declare function attachDebugProxy<T extends object>(target: T): T; //# sourceMappingURL=debug-proxy.d.ts.map