Skip to content

Commit 28a9848

Browse files
author
Matt Mayer
authored
docs(internet): document emoji type values (#1732)
1 parent 0af40f7 commit 28a9848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/internet/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ export class InternetModule {
608608
* Generates a random emoji.
609609
*
610610
* @param options Options object.
611-
* @param options.types A list of the emoji types that should be used.
611+
* @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.
612612
*
613613
* @example
614614
* faker.internet.emoji() // '🥰'

0 commit comments

Comments
 (0)