MCPcopy Index your code
hub / github.com/lingodotdev/lingo.dev / formatUsd

Function formatUsd

packages/cli/src/cli/cmd/run/estimate.ts:24–25  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

22}
23
24const formatUsd = (value: number) =>
25 value < 0.01 && value > 0 ? "<$0.01" : `$${value.toFixed(2)}`;
26
27/**
28 * `run --estimate`: compute the same per-task translation delta as execute,

Callers 1

estimateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected