We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cfcc00 commit e20720eCopy full SHA for e20720e
lib/node_modules/@stdlib/proxy/ctor/docs/repl.txt
@@ -106,7 +106,7 @@
106
--------
107
> function get( obj, prop ) { return obj[ prop ] * 2.0 };
108
> var h = { 'get': get };
109
- > var p = {{alias}}( {}, h );
+ > var p = new {{alias}}( {}, h );
110
> p.proxy.a = 3.14;
111
> p.proxy.a
112
6.28
0 commit comments