We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ddeb7 commit 18dd9e2Copy full SHA for 18dd9e2
src/index.js
@@ -22,3 +22,7 @@ export function incrementValue() {
22
export function feature() {
23
return 'cool feature';
24
}
25
+
26
+export function something() {
27
+ return 'something';
28
+}
0 commit comments