UNPKG

@levabala/react-native-uuid

Version:

react-native-uuid is a zero-dependency TypeScript implementation of RFC4122.

27 lines (15 loc) 534 B
[react-native-uuid](..) / [Exports](../modules.md) / stringify # Module: stringify ## Table of contents ### Functions - [stringify](stringify.md#stringify) ## Functions ### stringify`Const`**stringify**(`arr`: *Uint8Array*, `offset?`: *number*): *string* #### Parameters: Name | Type | Default value | :------ | :------ | :------ | `arr` | *Uint8Array* | - | `offset` | *number* | 0 | **Returns:** *string* Defined in: [stringify.ts:13](https://github.com/eugenehp/react-native-uuid/blob/d476a1f/src/stringify.ts#L13)