@levabala/react-native-uuid
Version:
react-native-uuid is a zero-dependency TypeScript implementation of RFC4122.
28 lines (16 loc) • 557 B
Markdown
[react-native-uuid](..) / [Exports](../modules.md) / v1
# Module: v1
## Table of contents
### Functions
- [v1](v1.md#v1)
## Functions
### v1
▸ `Const`**v1**(`options?`: V1Options, `buf?`: *Uint8Array*, `offset?`: *number*): *string* \| *Uint8Array*
#### Parameters:
Name | Type | Default value |
:------ | :------ | :------ |
`options?` | V1Options | - |
`buf?` | *Uint8Array* | - |
`offset` | *number* | 0 |
**Returns:** *string* \| *Uint8Array*
Defined in: [v1.ts:27](https://github.com/eugenehp/react-native-uuid/blob/d476a1f/src/v1.ts#L27)