MCPcopy 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

1function regular(single: string): string {
2 return single + 's';
3}
4
5export default function pluralize(
6 count: number,

Callers 1

pluralizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected