diff options
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) { |
