We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541630b commit 32f3fa2Copy full SHA for 32f3fa2
Conversion Documentation/common buffer conversion.md
@@ -0,0 +1,11 @@
1
+# Conversion for `common/buffer.ts`
2
+
3
+## `export function ui8ToBuffer(bytes: Uint8Array): Buffer`
4
5
+This is redundant and will not be converted.
6
7
+This is the same as converting a `[UInt8]` to a `Data` object. Use `Data([UInt8])` instead.
8
9
+## `export function ui8ToArrayBuffer(bytes: Uint8Array): ArrayBuffer`
10
11
+This is not needed and will not be converted.
0 commit comments