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.
2 parents ff3a90b + c2c59c8 commit 8d54853Copy full SHA for 8d54853
src/f1/index.js
@@ -1,2 +1,2 @@
1
-export const f1 = () => console.log('f1 running')
+export const f1 = input => console.log(`f1 running: ${input}`)
2
export const f2 = () => console.log('f1 running')
0 commit comments