aboutsummaryrefslogtreecommitdiff
path: root/src/address.ts
diff options
context:
space:
mode:
authorEric Cheng <[email protected]>2022-01-29 15:48:16 -0500
committerGitHub <[email protected]>2022-01-29 21:48:16 +0100
commitb5482df6a5083555d6ac0d87de89b0736615c727 (patch)
tree3f7c00304b9df3326631f8cdc4211776b7f57cb1 /src/address.ts
parent6820a2908e771d5563f55355c819d86b4209855b (diff)
downloadfaker-b5482df6a5083555d6ac0d87de89b0736615c727.tar.xz
faker-b5482df6a5083555d6ac0d87de89b0736615c727.zip
chore: add more type annotations (#358)
Diffstat (limited to 'src/address.ts')
-rw-r--r--src/address.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/address.ts b/src/address.ts
index d7e878ce..f45bf487 100644
--- a/src/address.ts
+++ b/src/address.ts
@@ -233,7 +233,7 @@ export class Address {
*
* @method faker.address.secondaryAddress
*/
- secondaryAddress() {
+ secondaryAddress(): string {
return this.Helpers.replaceSymbolWithNumber(
this.faker.random.arrayElement(['Apt. ###', 'Suite ###'])
);