diff options
| author | ST-DDT <[email protected]> | 2022-11-10 10:07:40 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-10 09:07:40 +0000 |
| commit | ded5df3c62eefa2c9a703d399c503738de496808 (patch) | |
| tree | 4d39e0dbc69ffd025570fd842d1011d655a7ce69 /src/modules | |
| parent | 3777c446e48a196ea4aae543c89a0944abf74d87 (diff) | |
| download | faker-ded5df3c62eefa2c9a703d399c503738de496808.tar.xz faker-ded5df3c62eefa2c9a703d399c503738de496808.zip | |
docs(helpers): extend module jsdocs (#1515)
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/helpers/index.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/helpers/index.ts b/src/modules/helpers/index.ts index 82eaf5f7..7da4fbc8 100644 --- a/src/modules/helpers/index.ts +++ b/src/modules/helpers/index.ts @@ -5,8 +5,7 @@ import type { RecordKey } from './unique'; import * as uniqueExec from './unique'; /** - * Module with various helper methods that transform the method input rather than returning values from locales. - * The transformation process may call methods that use the locale data. + * Module with various helper methods providing basic (seed-dependent) operations useful for implementing faker methods. */ export class HelpersModule { constructor(private readonly faker: Faker) { |
