blob: 12073b995868829ec4dd22d7f6f77b2f6eaad25e (
plain)
1
2
3
4
5
6
|
export default [
'{{location.street_name}}{{location.street_suffix}}',
'{{location.street_prefix}} {{location.street_name}}{{location.street_suffix}}',
'{{person.first_name.generic}}{{location.common_street_suffix}}',
'{{person.last_name.generic}}{{location.common_street_suffix}}',
];
|