Przykład Faker JS uuid

let uuid = faker.random.uuid();
console.log(uuid);
Busy Bee