diff --git a/docs/classes/ShortUniqueId.html b/docs/classes/ShortUniqueId.html index 5872d68..7cb4026 100644 --- a/docs/classes/ShortUniqueId.html +++ b/docs/classes/ShortUniqueId.html @@ -1,4 +1,4 @@ -ShortUniqueId | short-unique-id - v5.0.0
+ShortUniqueId | short-unique-id - v5.0.1
  • Preparing search index...
  • -
  • The search index is not available
ShortUniqueId - v5.0.0
+
  • The search index is not available
  • ShortUniqueId - v5.0.1
    @@ -32,7 +32,7 @@

    Hierarchy

    • ShortUniqueId
    +
  • Defined in index.ts:125
  • @@ -87,59 +87,59 @@

    Parameters

    argOptions: Partial<ShortUniqueIdOptions> = {}

    Returns ShortUniqueId

    +
  • Defined in index.ts:590
  • Properties

    counter: number
    +
  • Defined in index.ts:129
  • debug: boolean
    +
  • Defined in index.ts:130
  • dict: string[]
    +
  • Defined in index.ts:131
  • dictIndex: number = 0
    +
  • Defined in index.ts:133
  • dictLength: number = 0
    +
  • Defined in index.ts:137
  • dictRange: number[] = []
    +
  • Defined in index.ts:134
  • lowerBound: number = 0
    +
  • Defined in index.ts:135
  • upperBound: number = 0
    +
  • Defined in index.ts:136
  • uuidLength: number
    +
  • Defined in index.ts:138
  • version: string
    +
  • Defined in index.ts:132
  • Methods

    @@ -172,7 +172,7 @@
    rounds: Returns number
    +
  • Defined in index.ts:403
    • @@ -200,7 +200,7 @@
      uuidLength: Returns number
    +
  • Defined in index.ts:376
    • @@ -236,7 +236,7 @@
      uuidLength: Returns number
    +
  • Defined in index.ts:434
    • @@ -251,7 +251,7 @@
      format: Optional date: Date

    Returns string

    +
  • Defined in index.ts:323
  • +
  • Defined in index.ts:331
  • +
  • Defined in index.ts:485
  • +
  • Defined in index.ts:538
  • +
  • Defined in index.ts:294
  • Returns string

    +
  • Defined in index.ts:286
  • +
  • Defined in index.ts:260
  • +
  • Defined in index.ts:268
  • +
  • Defined in index.ts:586
  • +
  • Defined in index.ts:212
  • +
  • Defined in index.ts:501
  • +
  • Defined in index.ts:467
  • -

    short-unique-id - v5.0.0

    - +

    Short Unique ID (UUID) Generating Library

    Tests Try short-unique-id on RunKit NPM Downloads JsDelivr Hits

    @@ -225,7 +225,7 @@

    License

    @@ -27,7 +27,7 @@

    Hierarchy

    • ShortUniqueIdOptions
    +
  • Defined in index.ts:32
  • @@ -50,7 +50,7 @@
    +
  • Defined in index.ts:46
  • debug: boolean
    @@ -58,7 +58,7 @@
    +
  • Defined in index.ts:40
  • dictionary: string[] | ShortUniqueIdDefaultDictionaries
    @@ -66,7 +66,7 @@
    +
  • Defined in index.ts:34
  • length: number
    @@ -74,7 +74,7 @@
    +
  • Defined in index.ts:43
  • shuffle: boolean
    @@ -82,7 +82,7 @@
    +
  • Defined in index.ts:37
  • @@ -23,7 +23,7 @@

    Hierarchy

    Indexable

    [k: string]: [number, number]
    +
  • Defined in index.ts:10
  • @@ -23,7 +23,7 @@

    Hierarchy

    Indexable

    [k: string]: ShortUniqueIdRanges
    +
  • Defined in index.ts:14
  • -

    short-unique-id - v5.0.0

    +

    short-unique-id - v5.0.1

    Index

    @@ -48,7 +48,7 @@

    Member Visibility

    Theme

    ShortUniqueIdDefaultDictionaries: "number" | "alpha" | "alpha_lower" | "alpha_upper" | "alphanum" | "alphanum_lower" | "alphanum_upper" | "hex"
    +
  • Defined in index.ts:18
  • DEFAULT_OPTIONS: ShortUniqueIdOptions = ...
    +
  • Defined in index.ts:61
  • DEFAULT_UUID_LENGTH: number = 6
    @@ -26,7 +26,7 @@

    Variable DEFAULT_UUID_LENGTHConst

    +
  • Defined in index.ts:59