@stryke/convert 0.2.0 → 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.
@@ -1,11 +1,8 @@
1
1
  /**
2
2
  * Convert a utf8 array to string
3
3
  *
4
- * @remarks
5
- * This method is part of the {@linkcode Convert} namespace.
6
- *
7
- * @credits https://stackoverflow.com/a/41798356/1465919
8
- * @credits https://stackoverflow.com/a/36949791/1465919
4
+ * @see https://stackoverflow.com/a/41798356/1465919
5
+ * @see https://stackoverflow.com/a/36949791/1465919
9
6
  *
10
7
  * @param arr - Utf-8 Array
11
8
  * @returns The converted string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/convert",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "type": "module",
5
5
  "description": "A utility package that helps convert between different data types.",
6
6
  "repository": {