* Allocates a new `Buffer` using an `array` of bytes in the range `0` – `255`.
(
arrayBuffer: WithImplicitCoercion<ArrayBuffer | SharedArrayBuffer>,
byteOffset?: number,
length?: number
)
| 150 | * Allocates a new `Buffer` using an `array` of bytes in the range `0` – `255`. |
| 151 | */ |
| 152 | from( |
| 153 | arrayBuffer: WithImplicitCoercion<ArrayBuffer | SharedArrayBuffer>, |
| 154 | byteOffset?: number, |
| 155 | length?: number |
no outgoing calls