diff options
| author | ST-DDT <[email protected]> | 2022-05-16 14:26:41 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-16 14:26:41 +0200 |
| commit | 882cd04163b315213f23541306006ffc886d7c78 (patch) | |
| tree | 234e6eca85fd820a8597178921a0653a24c2a10a /src | |
| parent | 7373a22f33f38d29ff53e4f4588f0137a35132b8 (diff) | |
| download | faker-882cd04163b315213f23541306006ffc886d7c78.tar.xz faker-882cd04163b315213f23541306006ffc886d7c78.zip | |
chore: fix emoji jsdocs formatting (#963)
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/internet/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/internet/index.ts b/src/modules/internet/index.ts index bcc5daf3..7e0baaec 100644 --- a/src/modules/internet/index.ts +++ b/src/modules/internet/index.ts @@ -440,6 +440,7 @@ export class Internet { * * @param options Options object. * @param options.types A list of the emoji types that should be used. + * * @example * faker.internet.emoji() // '🥰' * faker.internet.emoji({ types: ['food', 'nature'] }) // '🥐' |
