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