MCPcopy Create free account
hub / github.com/ForestHubAI/edge-agents / pluralize

Function pluralize

ts/workflow-cli/cli/validate.ts:109–111  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

107}
108
109function pluralize(n: number): string {
110 return n === 1 ? "" : "s";
111}

Callers 1

printReportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected