@@ -113,113 +113,113 @@ console.log(chineseFaker.person.fullName()) // "王伟"
113113import { faker } from ' nanofaker'
114114
115115// Person
116- faker .person .firstName () // Random first name
117- faker .person .lastName () // Random last name
118- faker .person .fullName () // Random full name
119- faker .person .gender () // Random gender
120- faker .person .jobTitle () // Random job title
121- faker .person .prefix () // Random prefix (Mr., Mrs., etc.)
122- faker .person .suffix () // Random suffix (Jr., Sr., etc.)
116+ faker .person .firstName () // Random first name
117+ faker .person .lastName () // Random last name
118+ faker .person .fullName () // Random full name
119+ faker .person .gender () // Random gender
120+ faker .person .jobTitle () // Random job title
121+ faker .person .prefix () // Random prefix (Mr., Mrs., etc.)
122+ faker .person .suffix () // Random suffix (Jr., Sr., etc.)
123123
124124// Address
125- faker .address .street () // Random street name
126- faker .address .city () // Random city
127- faker .address .state () // Random state/province
128- faker .address .country () // Random country
129- faker .address .zipCode () // Random ZIP/postal code
130- faker .address .direction () // Random direction (North, South, etc.)
125+ faker .address .street () // Random street name
126+ faker .address .city () // Random city
127+ faker .address .state () // Random state/province
128+ faker .address .country () // Random country
129+ faker .address .zipCode () // Random ZIP/postal code
130+ faker .address .direction () // Random direction (North, South, etc.)
131131
132132// Company
133- faker .company .name () // Random company name
134- faker .company .industry () // Random industry
135- faker .company .buzzword () // Random business buzzword
133+ faker .company .name () // Random company name
134+ faker .company .industry () // Random industry
135+ faker .company .buzzword () // Random business buzzword
136136
137137// Internet
138- faker .internet .email () // Random email address
139- faker .internet .domainName () // Random domain name
140- faker .internet .url () // Random URL
138+ faker .internet .email () // Random email address
139+ faker .internet .domainName () // Random domain name
140+ faker .internet .url () // Random URL
141141
142142// Phone
143- faker .phone .number () // Random phone number
143+ faker .phone .number () // Random phone number
144144
145145// Food
146- faker .food .dish () // Random dish name
147- faker .food .ingredient () // Random ingredient
148- faker .food .cuisine () // Random cuisine type
149- faker .food .dessert () // Random dessert
150- faker .food .fruit () // Random fruit
151- faker .food .vegetable () // Random vegetable
152- faker .food .meat () // Random meat
153- faker .food .spice () // Random spice
146+ faker .food .dish () // Random dish name
147+ faker .food .ingredient () // Random ingredient
148+ faker .food .cuisine () // Random cuisine type
149+ faker .food .dessert () // Random dessert
150+ faker .food .fruit () // Random fruit
151+ faker .food .vegetable () // Random vegetable
152+ faker .food .meat () // Random meat
153+ faker .food .spice () // Random spice
154154
155155// Animal
156- faker .animal .dog () // Random dog breed
157- faker .animal .cat () // Random cat breed
158- faker .animal .bird () // Random bird species
159- faker .animal .fish () // Random fish species
160- faker .animal .horse () // Random horse breed
161- faker .animal .rabbit () // Random rabbit breed
162- faker .animal .insect () // Random insect
156+ faker .animal .dog () // Random dog breed
157+ faker .animal .cat () // Random cat breed
158+ faker .animal .bird () // Random bird species
159+ faker .animal .fish () // Random fish species
160+ faker .animal .horse () // Random horse breed
161+ faker .animal .rabbit () // Random rabbit breed
162+ faker .animal .insect () // Random insect
163163
164164// Sport
165- faker .sport .sport () // Random sport name
166- faker .sport .team () // Random team name
167- faker .sport .athlete () // Random athlete name
165+ faker .sport .sport () // Random sport name
166+ faker .sport .team () // Random team name
167+ faker .sport .athlete () // Random athlete name
168168
169169// Music
170- faker .music .genre () // Random music genre
171- faker .music .artist () // Random artist name
172- faker .music .song () // Random song title
173- faker .music .instrument () // Random instrument
170+ faker .music .genre () // Random music genre
171+ faker .music .artist () // Random artist name
172+ faker .music .song () // Random song title
173+ faker .music .instrument () // Random instrument
174174
175175// Commerce
176- faker .commerce .product () // Random product name
177- faker .commerce .adjective () // Random product adjective
178- faker .commerce .material () // Random material
179- faker .commerce .department () // Random department
180- faker .commerce .color () // Random color
176+ faker .commerce .product () // Random product name
177+ faker .commerce .adjective () // Random product adjective
178+ faker .commerce .material () // Random material
179+ faker .commerce .department () // Random department
180+ faker .commerce .color () // Random color
181181
182182// Book
183- faker .book .title () // Random book title
184- faker .book .author () // Random author name
185- faker .book .publisher () // Random publisher
186- faker .book .genre () // Random book genre
187- faker .book .series () // Random book series
188- faker .book .review () // Random book review
183+ faker .book .title () // Random book title
184+ faker .book .author () // Random author name
185+ faker .book .publisher () // Random publisher
186+ faker .book .genre () // Random book genre
187+ faker .book .series () // Random book series
188+ faker .book .review () // Random book review
189189
190190// Vehicle
191- faker .vehicle .manufacturer () // Random vehicle manufacturer
192- faker .vehicle .model () // Random vehicle model
193- faker .vehicle .type () // Random vehicle type
194- faker .vehicle .fuel () // Random fuel type
195- faker .vehicle .bicycle () // Random bicycle type
191+ faker .vehicle .manufacturer () // Random vehicle manufacturer
192+ faker .vehicle .model () // Random vehicle model
193+ faker .vehicle .type () // Random vehicle type
194+ faker .vehicle .fuel () // Random fuel type
195+ faker .vehicle .bicycle () // Random bicycle type
196196
197197// Word
198- faker .word .adjective () // Random adjective
199- faker .word .adverb () // Random adverb
200- faker .word .conjunction () // Random conjunction
201- faker .word .interjection () // Random interjection
202- faker .word .noun () // Random noun
203- faker .word .preposition () // Random preposition
204- faker .word .verb () // Random verb
198+ faker .word .adjective () // Random adjective
199+ faker .word .adverb () // Random adverb
200+ faker .word .conjunction () // Random conjunction
201+ faker .word .interjection () // Random interjection
202+ faker .word .noun () // Random noun
203+ faker .word .preposition () // Random preposition
204+ faker .word .verb () // Random verb
205205
206206// Hacker/Tech
207- faker .hacker .abbreviation () // Random tech abbreviation
208- faker .hacker .adjective () // Random tech adjective
209- faker .hacker .noun () // Random tech noun
210- faker .hacker .verb () // Random tech verb
211- faker .hacker .ingverb () // Random tech -ing verb
212- faker .hacker .phrase () // Random tech phrase
207+ faker .hacker .abbreviation () // Random tech abbreviation
208+ faker .hacker .adjective () // Random tech adjective
209+ faker .hacker .noun () // Random tech noun
210+ faker .hacker .verb () // Random tech verb
211+ faker .hacker .ingverb () // Random tech -ing verb
212+ faker .hacker .phrase () // Random tech phrase
213213
214214// System
215- faker .system .fileName () // Random file name
216- faker .system .fileType () // Random file type
215+ faker .system .fileName () // Random file name
216+ faker .system .fileType () // Random file type
217217
218218// Science
219219faker .science .chemicalElement () // Random chemical element
220- faker .science .unit () // Random unit of measurement
221- faker .science .constant () // Random scientific constant
222- faker .science .field () // Random scientific field
220+ faker .science .unit () // Random unit of measurement
221+ faker .science .constant () // Random scientific constant
222+ faker .science .field () // Random scientific field
223223```
224224
225225## Testing
0 commit comments