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 a743743 commit e26303cCopy full SHA for e26303c
src/index.ts
@@ -20,7 +20,7 @@ const helloWorld: Plugin = {
20
},
21
}
22
23
-export default helloWorld
+module.exports = helloWorld
24
25
/** Internal library function. */
26
async function fetchTrulyRandomInteger(): Promise<number> {
0 commit comments