split-graphemes
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "split-graphemes", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Divide the string into graphemes.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -39,3 +39,3 @@ # split-graphemes | ||
```js | ||
const chars = splitGraphemes('ប៉ុស្ដិ៍') // ['ប៉ុស្ដិ៍'] | ||
const chars = splitGraphemes('ប៉ុស្ដិ៍') // ['ប៉ុ', 'ស្ដិ៍'] | ||
``` | ||
@@ -42,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
5793