|
19 | 19 |
|
20 | 20 | [API Documentation](https://fakerjs.dev/guide/) |
21 | 21 |
|
| 22 | +--- |
| 23 | + |
| 24 | +Please select the version of the documentation you are looking for. |
| 25 | + |
| 26 | +| Version | Github | Website | |
| 27 | +| :-----: | :----------------------------------------------------: | :------------------------ | |
| 28 | +| release | [releases](https://github.com/faker-js/faker/releases) | https://fakerjs.dev/ | |
| 29 | +| dev | [next](https://github.com/faker-js/faker/tree/next) | https://next.fakerjs.dev/ | |
| 30 | +| v8.x.x | [v8](https://github.com/faker-js/faker/tree/v8) | https://v8.fakerjs.dev/ | |
| 31 | +| v7.x.x | [v7](https://github.com/faker-js/faker/tree/v7) | https://v7.fakerjs.dev/ | |
| 32 | +| v6.x.x | [v6](https://github.com/faker-js/faker/tree/v6) | https://v6.fakerjs.dev/ | |
| 33 | + |
| 34 | +--- |
| 35 | + |
22 | 36 | ## 🚀 Features |
23 | 37 |
|
24 | 38 | - 💌 Locations - Generate valid looking Addresses, Zip Codes, Street Names, States, and Countries! |
@@ -67,8 +81,8 @@ Array.from({ length: 10 }).forEach(() => { |
67 | 81 |
|
68 | 82 | The above code indicates a basic usage of Faker. |
69 | 83 | The point of interest is the import statements at the top. |
70 | | -The first import indicates how one can import the entirety of Faker, which includes every local, while the commented-out import showcases how to import only a single local. |
71 | | -In most situations, importing a single local is preferable for performance because some testing frameworks reload imports for every test file, which causes startup latencies to add up quickly. |
| 84 | +The first import indicates how one can import the entirety of Faker, which includes every locale, while the commented-out import showcases how to import only a single locale. |
| 85 | +In most situations, importing a single locale is preferable for performance because some testing frameworks reload imports for every test file, which causes startup latencies to add up quickly. |
72 | 86 | Thus, limiting the import to a single locale can speed up startup times. |
73 | 87 |
|
74 | 88 | ## 💎 Modules |
|
0 commit comments