Socialify

Folder ..

Viewing street_name.js
6 lines (6 loc) • 206.0 B

1
2
3
4
5
6
module["exports"] = [
  "#{street_root}#{street_suffix}",
  "#{street_prefix} #{street_root}#{street_suffix}",
  "#{Name.first_name}#{common_street_suffix}",
  "#{Name.last_name}#{common_street_suffix}"
];