Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/refined-github/refined-github
/ regular
Function
regular
source/helpers/pluralize.ts:1–3 ·
view source on GitHub ↗
(single: string)
Source
from the content-addressed store, hash-verified
1
function
regular(single: string): string {
2
return
single +
's'
;
3
}
4
5
export
default
function
pluralize(
6
count: number,
Callers
1
pluralize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected