File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ export function createSinglebyteEncoder(
111111 * Prefer using `isomorphicDecode()` from `@exodus/bytes/encoding.js` or `@exodus/bytes/encoding-lite.js`,
112112 * which is identical to this but allows more input types.
113113 *
114+ * @deprecated Use `import { isomorphicDecode } from '@exodus/bytes/encoding-lite.js'`
114115 * @param arr - The bytes to decode
115116 * @returns The decoded string
116117 */
@@ -128,6 +129,7 @@ export function latin1toString(arr: Uint8Array): string;
128129 *
129130 * Prefer using `isomorphicEncode()` from `@exodus/bytes/encoding.js` or `@exodus/bytes/encoding-lite.js`.
130131 *
132+ * @deprecated Use `import { isomorphicEncode } from '@exodus/bytes/encoding-lite.js'`
131133 * @param string - The string to encode
132134 * @returns The encoded bytes
133135 */
You can’t perform that action at this time.
0 commit comments