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 0dc3b67 commit 3c8d8e6Copy full SHA for 3c8d8e6
src/index.ts
@@ -1,3 +1,3 @@
1
-export cons add = (a: number, b: number) => {
+export const add = (a: number, b: number) => {
2
return a + b
3
}
0 commit comments