@lppedd/kotlinx-charset 0.1.9 → 0.2.1
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 +5 -0
- package/kotlinx-charset-exported.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -111,4 +111,9 @@ Both the `decode` and `encode` functions will throw an `Error`
|
|
|
111
111
|
if the specified charset does not exist or if an error occurs
|
|
112
112
|
during data processing.
|
|
113
113
|
|
|
114
|
+
## License
|
|
115
|
+
|
|
116
|
+
[MIT License](./LICENSE) 2025-present [Edoardo Luppi][lppedd]
|
|
117
|
+
|
|
114
118
|
[npm]: https://www.npmjs.com/package/@lppedd/kotlinx-charset
|
|
119
|
+
[lppedd]: https://github.com/lppedd
|