aboutsummaryrefslogtreecommitdiff
path: root/src/address.ts
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2022-02-01 17:31:52 +0100
committerGitHub <[email protected]>2022-02-01 17:31:52 +0100
commit5e6754da61b63019fd063fad26adbeeabd8b789b (patch)
tree954f7730feba92d951f66862d9165b99645f8981 /src/address.ts
parent18b4349af05ca671f1fc4cff0c04d359e914f001 (diff)
downloadfaker-5e6754da61b63019fd063fad26adbeeabd8b789b.tar.xz
faker-5e6754da61b63019fd063fad26adbeeabd8b789b.zip
feat(types): provide strong typing for locales (#363)
Diffstat (limited to 'src/address.ts')
-rw-r--r--src/address.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/address.ts b/src/address.ts
index 7e6b0fdc..c510b46c 100644
--- a/src/address.ts
+++ b/src/address.ts
@@ -235,6 +235,7 @@ export class Address {
*/
secondaryAddress(): string {
return this.Helpers.replaceSymbolWithNumber(
+ // TODO ST-DDT 2022-01-30: this.faker.definitions.address.secondary_address
this.faker.random.arrayElement(['Apt. ###', 'Suite ###'])
);
}