diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ const randomEmail = faker.internet.email(); // [email protected] const randomCard = faker.helpers.createCard(); // random contact card containing many properties ``` -### Typescript Support +### TypeScript Support Types are available via the `@types/faker` package. You must manually link them using a `*.d.ts` file, like so: |
