diff options
Diffstat (limited to 'src/modules/system')
| -rw-r--r-- | src/modules/system/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/system/index.ts b/src/modules/system/index.ts index 35ca2c8d..a4cf6745 100644 --- a/src/modules/system/index.ts +++ b/src/modules/system/index.ts @@ -102,6 +102,7 @@ export class SystemModule { * Returns a random file name with a given extension or a commonly used extension. * * @param ext Extension. Empty string is considered to be not set. + * * @example * faker.system.commonFileName() // 'dollar.jpg' * faker.system.commonFileName('txt') // 'global_borders_wyoming.txt' |
