diff options
| author | Hanna <[email protected]> | 2022-07-27 02:22:59 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-27 00:22:59 +0000 |
| commit | e007abbc03d4c27e9c487a3f281eb7f9914488c8 (patch) | |
| tree | f119618f117261a31cc9cc6b1fa342a88915e0db /src/definitions/internet.ts | |
| parent | 22a050e86fd4fb04e4232a9e57fb1602fd3944cc (diff) | |
| download | faker-e007abbc03d4c27e9c487a3f281eb7f9914488c8.tar.xz faker-e007abbc03d4c27e9c487a3f281eb7f9914488c8.zip | |
docs(definitions): minor formatting to definitions' types (#1172)
Diffstat (limited to 'src/definitions/internet.ts')
| -rw-r--r-- | src/definitions/internet.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/definitions/internet.ts b/src/definitions/internet.ts index a7801066..daa62ecc 100644 --- a/src/definitions/internet.ts +++ b/src/definitions/internet.ts @@ -9,18 +9,22 @@ export type InternetDefinitions = LocaleEntry<{ * Common top level and similar domains (e.g `de`, `co.uk`). */ domain_suffix: string[]; + /** * Some email domains containing `example` (e.g. `example.com`). */ example_email: string[]; + /** * Some free-mail domains used in that country (e.g. `gmail.de`). */ free_email: string[]; + /** * List of all fully-qualified emojis. */ emoji: Record<EmojiType, string[]>; + /** * List of some HTTP status codes. */ |
