Interface ProxyConstructor
Constructors
constructor
- new ProxyConstructor<T>(target: T, handler: ProxyHandler<T>): T
-
Type parameters
Parameters
Returns T
Methods
revocable
- revocable<T>(target: T, handler: ProxyHandler<T>): { proxy: T; revoke: () => void }
-
Type parameters
Parameters
Returns { proxy: T; revoke: () => void }
-
proxy: T
-
revoke: () => void