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