Faker JS Uuid Exemplo
let uuid = faker.random.uuid();
console.log(uuid);
Busy Bee
let uuid = faker.random.uuid();
console.log(uuid);