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 fd80551 commit f2c0abbCopy full SHA for f2c0abb
src/index.ts
@@ -14,7 +14,7 @@ export class FreshLibrary {
14
* @param b - The second number.
15
* @returns The sum of two numbers.
16
*/
17
- add(a: number, b: number) {
+ addition ( a: number, b: number ) {
18
return a + b
19
}
20
0 commit comments