Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClearURLs/Addon
/ pluralizeArguments
Function
pluralizeArguments
browser-polyfill.js:789–789 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
787
};
788
};
789
const
pluralizeArguments = numArgs => numArgs == 1 ?
"argument"
:
"arguments"
;
790
791
/**
792
* Creates a wrapper
function
for
a method with the given name and metadata.
Callers
2
wrapAsyncFunction
Function · 0.85
wrappedSendMessage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected