diff options
| author | Shinigami <[email protected]> | 2022-02-19 22:47:16 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-19 22:47:16 +0100 |
| commit | b5d3cbfa35bc65abff1f14997031c4d35aa1e516 (patch) | |
| tree | dabc8c07cb68d0102c77e05d8ea4a028266d9888 /src/address.ts | |
| parent | c4da9c0cda2b77114d0e8fe124cb094f51b304d7 (diff) | |
| download | faker-b5d3cbfa35bc65abff1f14997031c4d35aa1e516.tar.xz faker-b5d3cbfa35bc65abff1f14997031c4d35aa1e516.zip | |
chore: enable jsdoc/sort-tags (#512)
Diffstat (limited to 'src/address.ts')
| -rw-r--r-- | src/address.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/address.ts b/src/address.ts index 7dde0bca..eff72f2f 100644 --- a/src/address.ts +++ b/src/address.ts @@ -30,12 +30,12 @@ export class Address { * @param format The optional format used to generate the the zip code. * By default, a random format is used from the locale zip formats. * + * @see faker.helpers.replaceSymbols() + * * @example * faker.address.zipCode() // '17839' * faker.address.zipCode('####') // '6925' * - * @see - * faker.helpers.replaceSymbols() */ zipCode(format?: string): string { // if zip format is not specified, use the zip format defined for the locale |
