Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UUIDv4GeneratorOptions

Options for version 4 UUID Generator (see https://github.com/uuidjs/uuid#version-4-random)

Hierarchy

  • UUIDv4GeneratorOptions

Index

Properties

Properties

Optional buffer

buffer: Array<any> | Buffer

Optional offset

offset: number

Optional options

options: { random?: FixedLengthArray<number, 16>; rng?: () => FixedLengthArray<number, 16> }

Type declaration

Generated using TypeDoc