diff options
| author | Adam Walker <[email protected]> | 2021-05-19 22:48:33 -0400 |
|---|---|---|
| committer | Adam Walker <[email protected]> | 2021-05-19 22:48:33 -0400 |
| commit | 45204bec008229f5b281ca5fdff0a25aece706a5 (patch) | |
| tree | 07d5c00e6f64c90db8bfe90692721fb72444ff1c /lib/index.js | |
| parent | c1fe4d1d8f699956829e1a8efb0cedb9b9849099 (diff) | |
| download | faker-45204bec008229f5b281ca5fdff0a25aece706a5.tar.xz faker-45204bec008229f5b281ca5fdff0a25aece706a5.zip | |
Add remaining methods and libs from feature request.
Diffstat (limited to 'lib/index.js')
| -rw-r--r-- | lib/index.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/index.js b/lib/index.js index 2a9975b8..aaf6c69e 100644 --- a/lib/index.js +++ b/lib/index.js @@ -21,7 +21,6 @@ * * @namespace faker */ -// prettier-ignore function Faker (opts) { var self = this; @@ -55,7 +54,7 @@ function Faker (opts) { "date": ["month", "weekday"], "vehicle": ["vehicle", "manufacturer", "model", "type", "fuel", "vin", "color"], "music": ["genre"], - "word":["noun", "verb"], + "word": ["adjective", "adverb", "conjunction", "interjection", "noun", "preposition", "verb"], "title": "", "separator": "" }; |
