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 fc0b164 commit fd95696Copy full SHA for fd95696
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
- addition ( a: number, b: number ) {
+ addition(a: number, b: number) {
18
return a + b
19
}
20
0 commit comments