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 b2fc58d commit e6ff92dCopy full SHA for e6ff92d
documentation/docs/07-misc/02-testing.md
@@ -66,6 +66,7 @@ export function multiplier(initial, mult) {
66
get value() {
67
return count * mult;
68
},
69
+ /** @param {number} c */
70
set: (c) => {
71
count = c;
72
}
0 commit comments