advanced-security/qtil-javascript
0.0.3
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the pluralization for n occurrences of noun.
n
noun
For example, the pluralization of "function" for n = 2 is "functions".
"function"
n = 2
"functions"
import semmle.javascript.Util
string pluralize(string noun, int n)