Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UUIDv5GeneratorOptions

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

Hierarchy

  • UUIDv5GeneratorOptions

Index

Properties

Optional buffer

buffer: Array<any> | Buffer

Optional name

name: string | Array<any>

Optional namespace

namespace: string | FixedLengthArray<number, 16>

Optional offset

offset: number

Generated using TypeDoc