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 da25f36 commit 978501eCopy full SHA for 978501e
lib/node_modules/@stdlib/proxy/ctor/lib/polyfill.js
@@ -45,9 +45,7 @@
45
* // eslint-disable-next-line stdlib/jsdoc-doctest
46
* // returns 6.28
47
*/
48
-
49
-/** This is a description of the Proxy function. */
50
-function Proxy( target ) {
+function Proxy( target, handlers ) {
51
// eslint-disable-next-line no-warning-comments
52
// TODO: polyfill implementation
53
return target;
0 commit comments