feat: uuid fill for string cells

This commit is contained in:
Fabio Di Stasio 2022-10-19 10:40:56 +02:00
parent 0a2124f2c2
commit 24edc82b1b
1 changed files with 2 additions and 1 deletions

View File

@ -120,7 +120,8 @@ const fakerMethods = {
{ name: 'exampleEmail', group: 'internet' },
{ name: 'ip', group: 'internet' },
{ name: 'domainName', group: 'internet' },
{ name: 'color', group: 'internet' }
{ name: 'color', group: 'internet' },
{ name: 'uuid', group: 'random' }
],
number: [
{ name: 'number', group: 'random' }