clean-quotes 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<img src="https://img.shields.io/badge/License-MIT-yellow.svg">
|
|
6
6
|
</p>
|
|
7
7
|
|
|
8
|
-
* ✍️
|
|
8
|
+
* ✍️ Clean and standardize punctuation in strings — normalize `quotes`, `single quotes`, `dashes`, and `ellipsis` for `multi-language` text, `emojis` and consistent formatting.
|
|
9
9
|
* ♻️ Works seamlessly with `CommonJS`, `ESM` and `TypeScript`
|
|
10
10
|
|
|
11
11
|
# 📦 Install via [NPM](https://www.npmjs.com/package/clean-quotes)
|
package/index.js
CHANGED