humanize-string@3.0.0
Convert a camelized/dasherized/underscored string into a humanized one: `fooBar-Baz_Faz` → `Foo bar baz faz`
MIT
2021-10-14
安装 (3.0.0)
npm install humanize-string@3.0.0
yarn add humanize-string@3.0.0
pnpm add humanize-string@3.0.0
bun add humanize-string@3.0.0
dependencies (1)
| 包名 | 版本要求 |
|---|---|
| decamelize | ^6.0.0 |