dsh-number-format
已验证dsh-number-format · v0.1.0 · MIT
数字格式化:千分位、小数位、货币符号、百分比
安装
dsh plugin add dsh-number-format 用 dsh --profile default --dump-config 确认 layer 已生效 —— 参见安装指南。
源码
发布到 npm 但没有公开仓库。安装前请检查包内容。
标签
说明文档
dsh-number-format · 数字格式化
千分位、小数位、货币符号、百分比格式化。纯 Node 实现。
提供的工具
| 工具 | 作用 |
|---|---|
format_number |
数字格式化 |
安装
dsh plugin add dsh-number-format
安装后在 profile 的 package.json 的 dsh.profile.bundles 中加入 "dsh-number-format"。
用法示例
把 1234567.891 格式化成货币
→ 调用 format_number(value=1234567.891, currency="¥", decimals=2)