faker
faker copied to clipboard
Document how you can find data / how faker is modularized
Add a section for how faker is modularized and how you can find for what you are searching for This should also provide a link to the API-Search Index Page
Add a section for how faker is modularized
Could you explain a bit what you are referring to? We have the modules, but these are already documented in the API and TS.
A human readable introduction about how faker is build and design, for example that there are namespaces and you cannot just use e.g. faker.randomInt() but you need to know that it is foundable in the datatype/number module
Also e.g. what the helpers module is for
And generally stuff like this, but on one page summarized
Sounds useful, but not sure how much this accounts for. So probably something for the usage section.