MCPcopy
hub / github.com/faker-js/faker / street

Method street

src/modules/location/index.ts:323–327  ·  view source on GitHub ↗

* Generates a random localized street name. * * @example * faker.location.street() // 'Schroeder Isle' * * @since 8.0.0

()

Source from the content-addressed store, hash-verified

321 * @since 8.0.0
322 */
323 street(): string {
324 return this.faker.helpers.fake(
325 this.faker.definitions.location.street_pattern
326 );
327 }
328
329 /**
330 * Generates a random localized street address.

Callers

nothing calls this directly

Calls 1

fakeMethod · 0.80

Tested by

no test coverage detected