• Persistent UUID V4 Generator based on inputted string

    Returns

    ex: a2d6fee8-369b-bebc-3d8e-b8ff2faf40d3

    Example

    for (let index = 0; index < 5; index++) console.log(uuidv4()); // <- will printted same id
    

    Parameters

    • Optional fromString: string

      null: based on caller function name, line, and path

    Returns string