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 839fa5e commit 64123ccCopy full SHA for 64123cc
README.md
@@ -26,9 +26,7 @@ will generate a JavaScript wrapper class file roughly like this:
26
27
```js
28
const conversions = require("webidl-conversions");
29
-const utils = require("./utils.js");
30
-
31
-const { implSymbol, ctorRegistrySymbol } = utils;
+const { implSymbol, ctorRegistrySymbol } = require("./utils.js");
32
33
const Impl = require("./SomeInterface-impl.js").implementation;
34
0 commit comments