no-case (3.0.4)
Published 2026-02-24 14:01:45 +00:00 by atheaadmin
Installation
registry=npm install no-case@3.0.4"no-case": "3.0.4"About this package
No Case
Transform into a lower cased string with spaces between words.
Installation
npm install no-case --save
Usage
import { noCase } from "no-case";
noCase("string"); //=> "string"
noCase("dot.case"); //=> "dot case"
noCase("PascalCase"); //=> "pascal case"
noCase("version 1.2.10"); //=> "version 1 2 10"
The function also accepts options.
License
MIT
Dependencies
Dependencies
| ID | Version |
|---|---|
| lower-case | ^2.0.2 |
| tslib | ^2.0.3 |
Development Dependencies
| ID | Version |
|---|---|
| @size-limit/preset-small-lib | ^2.2.1 |
| @types/jest | ^24.0.23 |
| @types/node | ^12.12.14 |
| jest | ^24.9.0 |
| rimraf | ^3.0.0 |
| ts-jest | ^24.2.0 |
| tslint | ^5.20.1 |
| tslint-config-prettier | ^1.18.0 |
| tslint-config-standard | ^9.0.0 |
| typescript | ^4.1.2 |
Keywords
no
case
space
lower
convert
transform