Kind: Function
Source: src/utils/buffer.ts
Part of: Utils
Signature
tsfunction bufferToString(buffer: ArrayBuffer): string
Parameters
| Name | Type |
|---|---|
buffer | ArrayBuffer |
Returns: string
Kind: Function
Source: src/utils/buffer.ts
Part of: Utils
tsfunction bufferToString(buffer: ArrayBuffer): string
| Name | Type |
|---|---|
buffer | ArrayBuffer |
Returns: string
Was this page helpful?