MCPcopy Index your code
hub / github.com/triggerdotdev/jsonhero-web / formatNumber

Function formatNumber

app/utilities/formatter.ts:85–87  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

83});
84
85export function formatNumber(value: number): string {
86 return numberFormatter.format(value);
87}
88
89function formatString(value: string, format?: JSONStringFormat): string {
90 if (!format) {

Callers 1

formatValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected