sentence-case
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "sentence-case", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Sentence case a string", | ||
"main": "sentence-case.js", | ||
"typings": "sentence-case.d.ts", | ||
"files": [ | ||
"sentence-case.js", | ||
"sentence-case.d.ts", | ||
"vendor", | ||
@@ -9,0 +11,0 @@ "LICENSE" |
@@ -8,3 +8,3 @@ # Sentence Case | ||
Sentence case a string. Optional locale and replacement character supported. | ||
Transform a string to lower space cased. Optional locale and replacement character supported. | ||
@@ -15,3 +15,3 @@ Supports Unicode (non-ASCII characters) and non-string entities, such as objects with a `toString` property, numbers and booleans. Empty values (`null` and `undefined`) will result in an empty string. | ||
```bash | ||
``` | ||
npm install sentence-case --save | ||
@@ -36,2 +36,6 @@ ``` | ||
## Typings | ||
Includes a [TypeScript definition](sentence-case.d.ts). | ||
## License | ||
@@ -38,0 +42,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20481
8
96
50