diff options
| author | Matt Mayer <[email protected]> | 2023-03-29 20:36:46 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-29 13:36:46 +0000 |
| commit | 3562e872530b3610d95be71aa6f4f7fdfef7134f (patch) | |
| tree | c6ba28a9f3cf30e5bf5c0a935fead6bdb2668531 /src/modules/phone | |
| parent | 88e561a5490003a41665eb007c5c28ff0800ae09 (diff) | |
| download | faker-3562e872530b3610d95be71aa6f4f7fdfef7134f.tar.xz faker-3562e872530b3610d95be71aa6f4f7fdfef7134f.zip | |
docs: add overview guides to specific modules (#1929)
Diffstat (limited to 'src/modules/phone')
| -rw-r--r-- | src/modules/phone/index.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/phone/index.ts b/src/modules/phone/index.ts index d604c44a..a9254650 100644 --- a/src/modules/phone/index.ts +++ b/src/modules/phone/index.ts @@ -2,6 +2,10 @@ import type { Faker } from '../..'; /** * Module to generate phone-related data. + * + * ### Overview + * + * For a phone number, use [`number()`](https://next.fakerjs.dev/api/phone.html#number). Many locales provide country-specific formats. */ export class PhoneModule { constructor(private readonly faker: Faker) { |
