Skip to content

Company

Module to generate company related entries.

Overview

To generate a random company name, use name(). This is localized in many locales.

To generate jargon-filled company catchphrases and buzzwords, use catchPhrase() or buzzPhrase().

bs

Deprecated

This method is deprecated and will be removed in a future version.

Use faker.company.buzzPhrase instead.

Generates a random company bs phrase.

Available since v2.0.1

Returns: string

ts
faker.company.bs(): string
faker.company.bs() // 'cultivate synergistic e-markets'

bsAdjective

Deprecated

This method is deprecated and will be removed in a future version.

Use faker.company.buzzAdjective instead.

Returns a random company bs adjective.

Available since v2.0.1

Returns: string

ts
faker.company.bsAdjective(): string
faker.company.bsAdjective() // 'one-to-one'

bsBuzz

Deprecated

This method is deprecated and will be removed in a future version.

Use faker.company.buzzVerb instead.

Returns a random company bs buzz word.

Available since v2.0.1

Returns: string

ts
faker.company.bsBuzz(): string
faker.company.bsBuzz() // 'empower'

bsNoun

Deprecated

This method is deprecated and will be removed in a future version.

Use faker.company.buzzNoun instead.

Returns a random company bs noun.

Available since v2.0.1

Returns: string

ts
faker.company.bsNoun(): string
faker.company.bsNoun() // 'paradigms'

buzzAdjective

Returns a random buzz adjective that can be used to demonstrate data being viewed by a manager.

Available since v8.0.0

Returns: string

ts
faker.company.buzzAdjective(): string
faker.company.buzzAdjective() // 'one-to-one'

buzzNoun

Returns a random buzz noun that can be used to demonstrate data being viewed by a manager.

Available since v8.0.0

Returns: string

ts
faker.company.buzzNoun(): string
faker.company.buzzNoun() // 'paradigms'

Source