string-character-is-astral-surrogate 3.2.1 → 3.2.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
CHANGED
|
@@ -21,6 +21,8 @@
|
|
|
21
21
|
<img src="https://img.shields.io/badge/licence-MIT-brightgreen.svg?style=flat-square" alt="MIT Licence">
|
|
22
22
|
</p>
|
|
23
23
|
|
|
24
|
+
**No dependencies whatsoever.** This package declares no dependencies or devDependencies.
|
|
25
|
+
|
|
24
26
|
## Install
|
|
25
27
|
|
|
26
28
|
This package is [pure ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). If you're not ready yet, install an older version of this program, 1.13.0 (`npm i string-character-is-astral-surrogate@1.13.0`).
|
|
@@ -58,7 +60,7 @@ assert.equal(isLowSurrogate("\uDDE2"), true);
|
|
|
58
60
|
|
|
59
61
|
## Documentation
|
|
60
62
|
|
|
61
|
-
Please [visit codsen.com](https://codsen.com/os/string-character-is-astral-surrogate/) for a full description of the API.
|
|
63
|
+
Please [visit codsen.com](https://codsen.com/os/string-character-is-astral-surrogate/) for a full description of the API. For **Changelog**, see [raw md on GitHub](https://github.com/codsen/codsen/blob/main/packages/string-character-is-astral-surrogate/CHANGELOG.md) or [the website](https://codsen.com/os/string-character-is-astral-surrogate/changelog).
|
|
62
64
|
|
|
63
65
|
## Contributing
|
|
64
66
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @name string-character-is-astral-surrogate
|
|
3
3
|
* @fileoverview Tells, is given character a part of astral character, specifically, a high and low surrogate
|
|
4
|
-
* @version 3.2.
|
|
4
|
+
* @version 3.2.2
|
|
5
5
|
* @author Roy Revelt
|
|
6
6
|
* @license MIT
|
|
7
7
|
* {@link https://codsen.com/os/string-character-is-astral-surrogate/}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @name string-character-is-astral-surrogate
|
|
3
3
|
* @fileoverview Tells, is given character a part of astral character, specifically, a high and low surrogate
|
|
4
|
-
* @version 3.2.
|
|
4
|
+
* @version 3.2.2
|
|
5
5
|
* @author Roy Revelt
|
|
6
6
|
* @license MIT
|
|
7
7
|
* {@link https://codsen.com/os/string-character-is-astral-surrogate/}
|