hacker Domain
The hacker domain maps domain keywords to underlying faker implementations.
Faker Documentation
Methods
hacker.abbreviation
Returns a random hacker/IT abbreviation.
- Canonical:
awd.domain.hacker.abbreviation - Faker docs: https://fakerjs.dev/api/hacker
No parameters.
Examples:
hacker.abbreviation()
Example return values:
"TLS""SSD"
hacker.adjective
Returns a random hacker/IT adjective.
- Canonical:
awd.domain.hacker.adjective - Faker docs: https://fakerjs.dev/api/hacker
No parameters.
Examples:
hacker.adjective()
Example return values:
"optical""auxiliary"
hacker.ingverb
Returns a random hacker/IT verb for continuous actions (en: ing suffix; e.g. hacking).
- Canonical:
awd.domain.hacker.ingverb - Faker docs: https://fakerjs.dev/api/hacker
No parameters.
Examples:
hacker.ingverb()
Example return values:
"parsing""compressing"
hacker.noun
Returns a random hacker/IT noun.
- Canonical:
awd.domain.hacker.noun - Faker docs: https://fakerjs.dev/api/hacker
No parameters.
Examples:
hacker.noun()
Example return values:
"transmitter"
hacker.phrase
Generates a random hacker/IT phrase.
- Canonical:
awd.domain.hacker.phrase - Faker docs: https://fakerjs.dev/api/hacker
No parameters.
Examples:
hacker.phrase()
Example return values:
"The TCP bus is down, synthesize the auxiliary feed so we can transmit the SSD capacitor!""I'll back up the redundant HEX application, that should panel the SQL interface!"
hacker.verb
Returns a random hacker/IT verb.
- Canonical:
awd.domain.hacker.verb - Faker docs: https://fakerjs.dev/api/hacker
No parameters.
Examples:
hacker.verb()
Example return values:
"copy""transmit"