mirror of
https://github.com/langgenius/dify.git
synced 2026-08-30 12:35:37 +08:00
2 lines
86 B
TypeScript
2 lines
86 B
TypeScript
export const formatCredits = (value: number) => new Intl.NumberFormat().format(value)
|