Interface IDGenerateOptions

Hierarchy

  • IDGenerateOptions

Properties

alphabet?: string
blacklist?: string[]
prefix?: string
random?: ((bytes) => Uint8Array)

Type declaration

    • (bytes): Uint8Array
    • Parameters

      • bytes: number

      Returns Uint8Array

separator?: string
size?: number
suffix?: string

Generated using TypeDoc