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 3e1a7d2 commit c2c59c8Copy full SHA for c2c59c8
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