Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UUIDv3GeneratorOptions

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

Hierarchy

  • UUIDv3GeneratorOptions

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