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

Method buzzVerb

src/modules/company/index.ts:120–124  ·  view source on GitHub ↗

* Returns a random buzz verb that can be used to demonstrate data being viewed by a manager. * * @example * faker.company.buzzVerb() // 'empower' * * @since 8.0.0

()

Source from the content-addressed store, hash-verified

118 * @since 8.0.0
119 */
120 buzzVerb(): string {
121 return this.faker.helpers.arrayElement(
122 this.faker.definitions.company.buzz_verb
123 );
124 }
125
126 /**
127 * Returns a random buzz noun that can be used to demonstrate data being viewed by a manager.

Callers 2

buzzPhraseMethod · 0.95
company.spec.tsFile · 0.80

Calls 1

arrayElementMethod · 0.80

Tested by

no test coverage detected