UNPKG

voluptasmollitia

Version:
20 lines (11 loc) 518 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/firestore](./firestore.md) &gt; [/](./firestore_.md) &gt; [Bytes](./firestore_.bytes.md) &gt; [toUint8Array](./firestore_.bytes.touint8array.md) ## Bytes.toUint8Array() method Returns the underlying bytes in a new `Uint8Array`<!-- -->. <b>Signature:</b> ```typescript toUint8Array(): Uint8Array; ``` <b>Returns:</b> Uint8Array The Uint8Array created from the `Bytes` object.