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 135d208 commit d6d8015Copy full SHA for d6d8015
lib/node_modules/@stdlib/proxy/ctor/lib/polyfill.js
@@ -42,9 +42,10 @@
42
* p.a = 3.14;
43
*
44
* var x = p.a;
45
+* // eslint-disable-next-line stdlib/jsdoc-doctest
46
* // returns 6.28
47
*/
-function Proxy( target, handlers ) { // Updated to include handlers
48
+function Proxy( target ) {
49
// eslint-disable-next-line no-warning-comments
50
// TODO: polyfill implementation
51
return target;
0 commit comments