proxied
Create a dynamic proxied a object
75 bytes
Usage
Javascript’s Proxy
object is powerful but a bit awkward to use. The _.proxied
function creates the Proxy
for you and handles calling back to your handler when functions on the Proxy
are called or properties are accessed.