|
|
|
|
|
by damienwebdev
1117 days ago
|
|
I'm one of the maintainers of Faker, so hopefully I can help remedy any situation we inadvertently created. https://fakerjs.dev/api/helpers.html#arrayelement I believe is what you're looking for. The issue, as I recall, is that all of Faker is random, so what does it mean to have a `random` module namespace. We moved it out of a hope for improved clarity. |
|