Skip to content

Commit

Permalink
Merge branch 'next' into feat/date/custom-ref-date-default
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Jan 24, 2023
2 parents 87d9965 + 28a9848 commit 4fa1a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/internet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ export class InternetModule {
* Generates a random emoji.
*
* @param options Options object.
* @param options.types A list of the emoji types that should be used.
* @param options.types A list of the emoji types that should be included. Possible values are `'smiley'`, `'body'`, `'person'`, `'nature'`, `'food'`, `'travel'`, `'activity'`, `'object'`, `'symbol'`, `'flag'`. By default, emojis from any type will be included.
*
* @example
* faker.internet.emoji() // '🥰'
Expand Down

0 comments on commit 4fa1a23

Please sign in to comment.